src/api/login.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/login/components/loginForm.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/api/login.js
@@ -40,8 +40,7 @@ export const getMenuPermission = () => { return request({ url: "/saas/api-u/user/menuPermissions ", url: "/saas/api-u/user/menuPermissions", method: "get", }); }; src/views/login/components/loginForm.vue
@@ -239,7 +239,7 @@ this.codeDisabled = true; this.getValidStr(); this.timer = setInterval(this.getValidStr, 1000); makeVerifyCode({ phoneNum: this.phone.phoneNum }) makeVerifyCode({ phoneNum: this.phone.phoneNum, type:0 }) .then(() => { this.gotCode = true; })