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
68086202
Commit
68086202
authored
Dec 24, 2025
by
张恒
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(config): 添加开发环境API配置注释
- 在开发环境配置文件中添加本地IP地址API配置的注释说明 - 保留localhost配置作为默认选项 - 为后续可能的API地址切换提供参考配置
parent
7fec44bf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
+1
-0
xjrsoft-vue3/.env.development
+1
-0
No files found.
xjrsoft-vue3/.env.development
View file @
68086202
...
@@ -15,6 +15,7 @@ VITE_DROP_CONSOLE = false
...
@@ -15,6 +15,7 @@ VITE_DROP_CONSOLE = false
# 接口地址
# 接口地址
# 如果没有跨域问题,直接在这里配置即可
# 如果没有跨域问题,直接在这里配置即可
# VITE_GLOB_API_URL=http://192.168.8.73:8080
VITE_GLOB_API_URL=http://localhost:8080
VITE_GLOB_API_URL=http://localhost:8080
# 文件上传接口 可选
# 文件上传接口 可选
...
...
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