feige
2024-08-29 82892af0b74f02df34eb2f9833da0d4c373e59b8
家庭号可以重复了
4个文件已修改
11 ■■■■■ 已修改文件
ruoyi-ui/src/api/login.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/login.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/system/family/index.vue 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/vue.config.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/api/login.js
@@ -2,7 +2,7 @@
// 登录方法
export function login(nickname, password, code, uuid) {
    alert(nickname)
  const data = {
    nickname,
    password,
ruoyi-ui/src/views/login.vue
@@ -366,7 +366,7 @@
            Cookies.remove("password");
            Cookies.remove('rememberMe');
          }
          alert(this.loginForm.nickName)
        //  alert(this.loginForm.nickName)
          this.$store.dispatch("Login", this.loginForm).then(() => {
            this.$router.push({ path: this.redirect || "/" }).catch(()=>{});
          }).catch(() => {
ruoyi-ui/src/views/system/family/index.vue
@@ -207,7 +207,8 @@
        id: undefined,
        name: undefined,
        mid: undefined,
        fid: undefined
        fid: undefined,
        clanId: undefined
      },
      defaultProps: {
        children: "children",
@@ -486,6 +487,8 @@
    /** 提交按钮 */
    submitForm: function() {
      let _this = this
      let clanId = this.$store.state.user.clanId
      this.form.clanId = clanId
      this.$refs["form"].validate(valid => {
        if (valid) {
        //  alert(this.form.id)
ruoyi-ui/vue.config.js
@@ -37,7 +37,7 @@
      // detail: https://cli.vuewww.bendudu.comjs.org/config/#devserver-proxy
      [process.env.VUE_APP_BASE_API]: {
      //target: `https://10.39.18.174:8080/`,
     //  target: `https://192.168.1.3:8080/`,
    //  target: `https://192.168.1.3:8080/`,
      target: 'https://www.bendudu.com:8080/',
        changeOrigin: true,
        pathRewrite: {