Browse Source

增加b2b映射地址

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

+ 2 - 1
nuxt.config.js

@@ -157,6 +157,7 @@ module.exports = {
     '/UASBatchPutOnProperty**': baseUrl,
     '/UASBatchPutOnProperty/**': baseUrl,
     '/seek/**': baseUrl,
-    '/inquiry/**': commonUrl
+    '/inquiry/**': commonUrl,
+    '/b2b/**': baseUrl
   }
 }