fix: 优化移动端全屏侧栏
移动端侧栏改为全屏固定导航,关闭后释放全部正文宽度,并统一使用菜单图标入口。
This commit is contained in:
@@ -12,6 +12,8 @@ export default defineConfig(({ mode }) => {
|
||||
server: {
|
||||
/** 监听所有网卡,使 Vite 启动时输出可访问的局域网 IP。 */
|
||||
host: true,
|
||||
/** 允许 Work Mode 通过本地预览域名进行移动端视觉验收。 */
|
||||
allowedHosts: ['terminal.local'],
|
||||
port: 4312,
|
||||
proxy: {
|
||||
'/api': {
|
||||
|
||||
Reference in New Issue
Block a user