接口请求地址以及接口返回提示修改

This commit is contained in:
2026-08-18 14:33:59 +08:00
parent bbbdb85f6e
commit d91f7928dd
10 changed files with 24 additions and 99 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# the base url of the application, the default is "/"
# if use a sub directory, it must be end with "/", like "/admin/" but not "/admin"
VITE_BASE_URL=/
VITE_BASE_URL=http://192.168.0.230:8086
VITE_APP_TITLE=MOC变更管理系统
@@ -23,7 +23,7 @@ VITE_ROUTE_HOME=home
VITE_MENU_ICON=mdi:menu
# whether to enable http proxy when is dev mode
VITE_HTTP_PROXY=Y
VITE_HTTP_PROXY=N
# vue-router mode: hash | history | memory
VITE_ROUTER_HISTORY_MODE=history