1 line
2.4 KiB
JSON
1 line
2.4 KiB
JSON
{"remainingRequest":"E:\\hz-zhhq-web\\node_modules\\thread-loader\\dist\\cjs.js!E:\\hz-zhhq-web\\node_modules\\babel-loader\\lib\\index.js!E:\\hz-zhhq-web\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!E:\\hz-zhhq-web\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!E:\\hz-zhhq-web\\src\\views\\login\\index_dev.vue?vue&type=script&lang=js","dependencies":[{"path":"E:\\hz-zhhq-web\\src\\views\\login\\index_dev.vue","mtime":1737610069433},{"path":"E:\\hz-zhhq-web\\babel.config.js","mtime":1737610069371},{"path":"E:\\hz-zhhq-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"E:\\hz-zhhq-web\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"E:\\hz-zhhq-web\\node_modules\\babel-loader\\lib\\index.js","mtime":456789000000},{"path":"E:\\hz-zhhq-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"E:\\hz-zhhq-web\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["//\n//\n//\n//\n\nimport { userLogin, getVerCode } from \"@/api/getdata\";\nimport { setToken } from '@/utils/auth';\nimport CryptoJS from 'crypto-js';\nvar KEY = CryptoJS.enc.Utf8.parse(\"greenh5java12345\");\nvar IV = CryptoJS.enc.Utf8.parse(\"greenh5java12345\");\nexport default {\n data: function data() {\n return {\n dataForm: {\n userName: '',\n password: '',\n uuid: '',\n captcha: '',\n verCode: \"\",\n codeId: \"\"\n },\n dataRule: {\n userName: [{\n required: true,\n message: '帐号不能为空',\n trigger: 'blur'\n }],\n password: [{\n required: true,\n message: '密码不能为空',\n trigger: 'blur'\n }],\n verCode: [{\n required: true,\n message: '验证码不能为空',\n trigger: 'blur'\n }]\n },\n captchaPath: '',\n loading: false,\n //初始化loading\n loadingMsg: \"\",\n codeImg: \"\",\n codeId: \"\"\n };\n },\n created: function created() {\n this.getVerCode();\n },\n methods: {\n getVerCode: function getVerCode() {\n var logUrl = \"http://10.224.64.4:27000/greenH5/greenWebmodul/dist/index.html?#/ywgllogin\";\n var isc_login = \"http://iscsso.cc.sgcc.com.cn:17011/isc_sso/login?service=\";\n window.location.href = isc_login + logUrl;\n }\n }\n};",null]} |