guhongwei 3 年之前
父节点
当前提交
0bae0cf9dd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config/config.prod.js

+ 1 - 1
config/config.prod.js

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