Browse Source

增加代办事项前端代理

hangb 7 years ago
parent
commit
393166eb20
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,
     '/mPhone/**': baseUrl,
     '/sso**': baseUrl,
-    '/webMessage/**': baseUrl
+    // 代办事项
+    '/adminToDo/**': baseUrl
   }
 }