Browse Source

生产环境,导入根路径

lrf 3 years ago
parent
commit
6834c2286d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/config.prod.js

+ 1 - 1
config/config.prod.js

@@ -14,7 +14,7 @@ module.exports = () => {
     },
   };
   config.export = {
-    root_path: 'D:\\free\\workspace\\server\\service-file\\upload',
+    root_path: '/usr/local/workspace/server/service-file/upload',
     domain: 'http://127.0.0.1',
   };
   return config;