Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
kanyxmo committed Jan 9, 2025
1 parent 42ff353 commit cb236fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions web/.env.development
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ VITE_APP_PORT = 2888
# 应用根路径
VITE_APP_ROOT_BASE = /
# 接口请求地址,会设置到 axios 的 baseURL 参数上
VITE_APP_API_BASEURL = http://127.0.0.1:9501
VITE_APP_API_BASEURL = https://demo.mineadmin.com/prod
# 路由模式: history 和 hash 两种,默认hash,带#号那种
VITE_APP_ROUTE_MODE = hash

Expand All @@ -15,7 +15,7 @@ VITE_APP_STORAGE_PREFIX = mine_
# 是否开启代理
VITE_OPEN_PROXY = true
# 代理前缀标识
VITE_PROXY_PREFIX = /dev
VITE_PROXY_PREFIX = /prod
# 是否开启vConsole (手机端调式可开启)
VITE_OPEN_vCONSOLE = false
# 是否开启开发者工具
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@imengyu/vue3-context-menu": "^1.4.2",
"@mineadmin/echarts": "^1.0.5",
"@mineadmin/form": "^1.0.21",
"@mineadmin/pro-table": "^1.0.55",
"@mineadmin/pro-table": "^1.0.61",
"@mineadmin/search": "^1.0.29",
"@mineadmin/table": "^1.0.33",
"@vueuse/core": "^11.1.0",
Expand Down

0 comments on commit cb236fe

Please sign in to comment.