Browse Source

添加超级后台接口映射

yangc 7 years ago
parent
commit
d41edc122d
1 changed files with 3 additions and 1 deletions
  1. 3 1
      nuxt.config.js

+ 3 - 1
nuxt.config.js

@@ -158,6 +158,8 @@ module.exports = {
     '/UASBatchPutOnProperty/**': baseUrl,
     '/seek/**': baseUrl,
     '/inquiry/**': commonUrl,
-    '/b2b/**': baseUrl
+    '/b2b/**': baseUrl,
+    '/commodity-service/**': baseUrl,
+    '/background/**': baseUrl
   }
 }