yingzi 2 سال پیش
والد
کامیت
a43dd9504a
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      src/views/login/components/login.vue

+ 4 - 0
src/views/login/components/login.vue

@@ -200,7 +200,11 @@
             await this.getStaffByToken(row.roleType);
             await this.getStaffByToken(row.roleType);
             await this.$router.push(`/`);
             await this.$router.push(`/`);
           } else {
           } else {
+			  
             await this.$router.push(`/SelectStore`);
             await this.$router.push(`/SelectStore`);
+			// await this.$router.push(`/Enterprise`);//文档建议这样修改
+			
+			
           }
           }
         } else {
         } else {
           await this.$router.push(`/CashierShop/CashierShop`);
           await this.$router.push(`/CashierShop/CashierShop`);