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.$router.push(`/`);
           } else {
+			  
             await this.$router.push(`/SelectStore`);
+			// await this.$router.push(`/Enterprise`);//文档建议这样修改
+			
+			
           }
         } else {
           await this.$router.push(`/CashierShop/CashierShop`);