Przeglądaj źródła

添加/goods/**映射

yangc 7 lat temu
rodzic
commit
6e7c2371e7
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      nuxt.config.js

+ 2 - 1
nuxt.config.js

@@ -160,6 +160,7 @@ module.exports = {
     '/inquiry/**': commonUrl,
     '/b2b/**': baseUrl,
     '/commodity-service/**': baseUrl,
-    '/background/**': baseUrl
+    '/background/**': baseUrl,
+    '/goods/**': baseUrl
   }
 }