Explorar el Código

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

july hace 4 años
padre
commit
397fb46783
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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"
             break;
           default:
-            this.type = "mall"
+            this.type = "shop"
             break;
         }
       },

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

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