yingzi 2 năm trước cách đây
mục cha
commit
a43dd9504a

+ 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`);