ソースを参照

Merge branch 'v20' of http://192.168.31.240:3000/MTP2.0_New/MTP20_WEB_GLOBAL into v20

muchinfo 5 ヶ月 前
コミット
4c19b94f91
2 ファイル変更5 行追加4 行削除
  1. 2 1
      oem/tss-vi/config/appconfig.json
  2. 3 3
      src/packages/tss-vi/router/index.ts

+ 2 - 1
oem/tss-vi/config/appconfig.json

@@ -12,5 +12,6 @@
   "quotationProperties": [
     "holdvolume"
   ],
-  "riskType": 1
+  "riskType": 1,
+  "metaPixelId": "3835518800009765"
 }

+ 3 - 3
src/packages/tss-vi/router/index.ts

@@ -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({