Browse Source

路径配置

xiangyang 1 month ago
parent
commit
6b98854545
1 changed files with 1 additions and 1 deletions
  1. 1 1
      admin/vite.config.js

+ 1 - 1
admin/vite.config.js

@@ -8,5 +8,5 @@ export default defineConfig({
     port: 8081,
     port: 8081,
     strictPort: true
     strictPort: true
   },
   },
-  base: './'
+  base: './admin'
 })
 })