Browse Source

添加/vendor/**映射

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

+ 2 - 1
nuxt.config.js

@@ -173,6 +173,7 @@ module.exports = {
     // 公共物料匹配类目
     '/productuser/**': materialUrl,
     // 权限管理
-    '/account/**': baseUrl
+    '/account/**': baseUrl,
+    '/vendor/**': baseUrl
   }
 }