Browse Source

添加uas批量修改接口映射

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

+ 3 - 1
nuxt.config.js

@@ -145,6 +145,8 @@ module.exports = {
     '/log/**': baseUrl,
     '/help-service/**': baseUrl,
     '/keyword/**': baseUrl,
-    '/tip/**': baseUrl
+    '/tip/**': baseUrl,
+    '/UASBatchPutOnProperty**': baseUrl,
+    '/UASBatchPutOnProperty/**': baseUrl
   }
 }