Browse Source

添加微信接口映射

yangc 7 năm trước cách đây
mục cha
commit
3329f11b1e
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      nuxt.config.js

+ 2 - 1
nuxt.config.js

@@ -178,6 +178,7 @@ module.exports = {
     // 权限管理
     '/account/**': baseUrl,
     '/vendor/**': baseUrl,
-    '/internalmessage-service/**': baseUrl
+    '/internalmessage-service/**': baseUrl,
+    '/wx/**': baseUrl
   }
 }