guhongwei 1 anno fa
parent
commit
087fa41a16
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/config/config.prod.ts

+ 1 - 1
src/config/config.prod.ts

@@ -26,7 +26,7 @@ export default {
     },
   },
   export: {
-    root_path: '/mnt/server/midway-upload',
+    root_path: '\\mnt\\server\\midway-upload',
     file_type: 'friendSchool',
   },
 } as MidwayConfig;