Browse Source

修改export设置

lrf 4 years ago
parent
commit
b1bd307094
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/config.default.js

+ 1 - 1
config/config.default.js

@@ -73,7 +73,7 @@ module.exports = appInfo => {
   };
 
   config.export = {
-    root_path: 'D:\\wwwroot\\service\\service-file\\upload\\',
+    root_path: 'D:\\workspace\\service\\service-file\\upload\\',
   };
 
   return {