|
|
@@ -302,7 +302,7 @@ const routes: Array<RouteRecordRaw> = [
|
|
|
{
|
|
|
path: "zcxy",
|
|
|
name: "rules-zcxy",
|
|
|
- component: () => import("@mobile/views/rules/zcxy/Index.vue"),
|
|
|
+ component: () => import("../../tss/views/rules/zcxy/index.vue"),
|
|
|
meta: {
|
|
|
ignoreAuth: true,
|
|
|
},
|
|
|
@@ -318,7 +318,7 @@ const routes: Array<RouteRecordRaw> = [
|
|
|
{
|
|
|
path: "yszc",
|
|
|
name: "rules-yszc",
|
|
|
- component: () => import("@mobile/views/rules/yszc/Index.vue"),
|
|
|
+ component: () => import("../../tss/views/rules/yszc/index.vue"),
|
|
|
meta: {
|
|
|
ignoreAuth: true,
|
|
|
},
|
|
|
@@ -395,7 +395,7 @@ router.beforeEach((to, from, next) => {
|
|
|
}
|
|
|
}
|
|
|
} else {
|
|
|
- if (to.name === 'boot' || to.name === 'user-login') {
|
|
|
+ if (to.name === 'boot') {
|
|
|
next()
|
|
|
} else {
|
|
|
next({
|