修复打包失败报错问题,修复菜单管理页面ts类型问题

This commit is contained in:
2025-02-24 11:37:27 +08:00
parent 59e1995253
commit 220332c0e5
16 changed files with 152 additions and 17796 deletions

View File

@@ -1,13 +1,13 @@
# 代理前缀
VITE_APP_BASE_API = '/prod-api'
# WebSocket端点(可选)
#VITE_APP_WS_ENDPOINT=wss://api.youlai.tech/ws
# 接口地址
VITE_APP_BASE_API = 'https://tapi.cashier.sxczgkj.cn/'
VITE_APP_API_URL=https://tapi.cashier.sxczgkj.cn/ # 正式
# WebSocket 端点(不配置则关闭),线上 ws://api.youlai.tech/ws ,本地 ws://localhost:8989/ws