ソースを参照

商家/平台/商场公告通知

july 4 年 前
コミット
ce587c053a
2 ファイル変更2 行追加2 行削除
  1. 1 1
      src/page/login/index.vue
  2. 1 1
      src/page/login/userlogin.vue

+ 1 - 1
src/page/login/index.vue

@@ -99,7 +99,7 @@
             this.type = "agent"
             this.type = "agent"
             break;
             break;
           default:
           default:
-            this.type = "mall"
+            this.type = "shop"
             break;
             break;
         }
         }
       },
       },

+ 1 - 1
src/page/login/userlogin.vue

@@ -186,7 +186,7 @@
           this.type = "agent"
           this.type = "agent"
           break;
           break;
         default:
         default:
-          this.type = "mall"
+          this.type = "shop"
           this.loginForm.tenantId = "000000";
           this.loginForm.tenantId = "000000";
           this.loginForm.username = "admin";
           this.loginForm.username = "admin";
           break;
           break;