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;