|
|
@@ -137,12 +137,12 @@ export default {
|
|
|
// this.isManufacturer = "manufacturer";
|
|
|
// // this.isManufacturer = "distributor"
|
|
|
// if (this.isManufacturer === 'manufacturer') {
|
|
|
- // if(this.$route.path !== '/uploadInfor') this.$router.replace({ path: "/uploadInfor" });
|
|
|
+ // if(this.$route.path === '/loading') this.$router.replace({ path: "/uploadInfor" });
|
|
|
// localStorage.setItem("userId", 3084);
|
|
|
// sessionStorage.setItem("userNameAccount", "L0M14_MM");
|
|
|
// this.userAccount = "L0M14_MM";
|
|
|
// } else {
|
|
|
- // if(this.$route.path !== '/inforList') this.$router.replace({ path: "/inforList" });
|
|
|
+ // if(this.$route.path !== '/loading') this.$router.replace({ path: "/inforList" });
|
|
|
// localStorage.setItem("userId", 2002);
|
|
|
// sessionStorage.setItem("userNameAccount", "L0210_MM");
|
|
|
// this.userAccount = "L0210_MM";
|