heyujie
2022-04-22 3ad5e6df619db267e10ec9435066f143cfd55ae0
login type code
2个文件已修改
5 ■■■■■ 已修改文件
src/api/login.js 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/login/components/loginForm.vue 2 ●●● 补丁 | 查看 | 原始文档 | 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;
            })