|
|
@@ -318,11 +318,12 @@ export default {
|
|
|
this.basicData.query_userauth().then(() => {
|
|
|
this.basicData.querySite_Parameter();
|
|
|
let usertype = JSON.parse(sessionStorage.getItem('active_account')).usertype
|
|
|
- if (usertype == 1 || usertype == 0){
|
|
|
- this.$router.push('/serviceDataScreen')
|
|
|
- }else {
|
|
|
- this.$router.push({ path: "/main" });
|
|
|
- }
|
|
|
+ // if (usertype == 1 || usertype == 0){
|
|
|
+ // this.$router.push('/serviceDataScreen')
|
|
|
+ // }else {
|
|
|
+ // this.$router.push({ path: "/main" });
|
|
|
+ // }
|
|
|
+ this.$router.push({ path: "/main" });
|
|
|
this.getAccountInfo();
|
|
|
});
|
|
|
} else {
|