This commit is contained in:
Your Name
2026-08-25 09:34:39 +08:00
parent 562fe0ea0e
commit 1f3e580cf8
5 changed files with 312 additions and 368 deletions
+4 -3
View File
@@ -45,9 +45,10 @@ export default defineConfig(({ mode }) => {
: 'http://127.0.0.1:8080'
return {
base: '/admin/',
server: {
host: '0.0.0.0',
base: '/admin/',
server: {
port: 5555,
host: '0.0.0.0',
hmr: true,
open: true,
proxy: {