fix: admin console support non-root path deployment
- Set vite base to /admin/ (configurable via PUBLIC_PATH env var) - Add h5 router base in manifest.json for subdirectory deployment
这个提交包含在:
@@ -7,7 +7,8 @@
|
||||
"h5": {
|
||||
"title": "光子美容仪后台",
|
||||
"router": {
|
||||
"mode": "hash"
|
||||
"mode": "hash",
|
||||
"base": "/admin/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
在新工单中引用
屏蔽一个用户