zhaojijng hace 2 años
padre
commit
b03dadd011
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      config/config.ts

+ 1 - 1
config/config.ts

@@ -51,7 +51,7 @@ export default defineConfig({
   ignoreMomentLocale: true,
   base: '/sgadmin/',
   publicPath: REACT_APP_ENV === 'pro' ? '/sgadmin/' : '/',
-  outputPath: 'dist',
+  outputPath: 'dist/sgadmin',
   proxy: proxy[REACT_APP_ENV || 'dev'],
   manifest: {
     basePath: '/sgadmin',