Browse Source

消息接口配置

hangb 7 years ago
parent
commit
0e5438a06a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      nuxt.config.js

+ 2 - 1
nuxt.config.js

@@ -197,6 +197,7 @@ module.exports = {
     '/cmsApi**': cmsUrl,
     '/mEmail/**': baseUrl,
     '/mPhone/**': baseUrl,
-    '/sso**': baseUrl
+    '/sso**': baseUrl,
+    '/webMessage/**': baseUrl
   }
 }