Parcourir la source

Merge branch 'dev-fan-apktest' into 'master'

Dev fan apktest

See merge request spfm/spfm-market-front!166
徐兴安 il y a 2 ans
Parent
commit
e1d68b14c1
2 fichiers modifiés avec 1286 ajouts et 1 suppressions
  1. 1276 0
      src/pages/main/apkTestMain/index.vue
  2. 10 1
      src/router/index.js

Fichier diff supprimé car celui-ci est trop grand
+ 1276 - 0
src/pages/main/apkTestMain/index.vue


+ 10 - 1
src/router/index.js

@@ -1936,7 +1936,16 @@ const routes = [{
             path: '/planApproval',
             name: 'planApproval',
             component: (resolve) => require( /* webpackChunkName: "system" */['../pages/main/iptv/planApproval.vue'], resolve)
-        }
+        },
+        {
+            meta: {
+                name: '魔百和APK版本升级和应用上线测试',
+                keepAlive: false
+            },
+            path: '/apkTestMain',
+            name: 'apkTestMain',
+            component: (resolve) => require( /* webpackChunkName: "system" */ ['../pages/main/apkTestMain/index'], resolve)
+        },
     ]
 },
 {