Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
weiqiao-vue
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
金民
weiqiao-vue
Commits
33196f48
Commit
33196f48
authored
Dec 30, 2025
by
宋春膨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
将接口地址(用于代码中生成 baseURL)修改为localhost
parent
094b4d36
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
xjrsoft-vue3/.env.development
+2
-2
No files found.
xjrsoft-vue3/.env.development
View file @
33196f48
...
...
@@ -6,13 +6,13 @@ VITE_PUBLIC_PATH=/
# 本地开发代理(解决跨域)
# 所有匹配前缀的请求将被代理到目标服务器
VITE_PROXY=[["/system","http://
192.168.8.98:8080"],["/language","http://192.168.8.98:8080"],["/api","http://192.168.8.98
:8080"]]
VITE_PROXY=[["/system","http://
localhost:8080"],["/language","http://localhost:8080"],["/api","http://localhost
:8080"]]
# 是否删除Console.log
VITE_DROP_CONSOLE=false
# 接口地址(用于代码中生成 baseURL)
VITE_GLOB_API_URL=http://
192.168.8.98
:8080
VITE_GLOB_API_URL=http://
localhost
:8080
# 文件上传接口
VITE_GLOB_UPLOAD_URL=/system/oss/upload
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment