Forráskód Böngészése

improve: 移动端图片上传路由处理

From-wh 2 éve
szülő
commit
80101af87c

+ 1 - 2
template/admin/src/router/index.js

@@ -95,8 +95,7 @@ export function delayNProgressDone(time = 300) {
 router.beforeEach(async (to, from, next) => {
   // PrevLoading.start();
   keepAliveSplice(to);
-
-  if (to.fullPath.indexOf('kefu') != -1) {
+  if (to.fullPath.indexOf('kefu') != -1 || to.name == 'mobile_upload') {
     return next();
   }
   // if (Setting.showProgressBar) iView.LoadingBar.start()

+ 1 - 1
template/admin/src/router/modules/frameOut.js

@@ -169,7 +169,7 @@ export default [
   },
   {
     path: '/app/upload',
-    name: `${pre}app-mobile_upload`,
+    name: `mobile_upload`,
     meta: {
       auth: true,
       title: '手机端扫码上传',