yangc 7 years ago
parent
commit
4ea68ac89a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      nuxt.config.js

+ 2 - 2
nuxt.config.js

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