Browse Source

Merge branch 'master' into release-20170915

hangb 7 years ago
parent
commit
12b5e862ad
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
   }
 }