Browse Source

Merge remote-tracking branch 'origin/release-201819-wangcz' into release-201819-wangcz

shenjj 7 years ago
parent
commit
acfc7f7d4b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      nuxt.config.js

+ 2 - 1
nuxt.config.js

@@ -198,6 +198,7 @@ module.exports = {
     '/mEmail/**': baseUrl,
     '/mEmail/**': baseUrl,
     '/mPhone/**': baseUrl,
     '/mPhone/**': baseUrl,
     '/sso**': baseUrl,
     '/sso**': baseUrl,
-    '/webMessage/**': baseUrl
+    // 代办事项
+    '/adminToDo/**': baseUrl
   }
   }
 }
 }