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