-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a6c30e
commit dbb3f1a
Showing
7 changed files
with
9 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// 开发环境 后端接口地址 | ||
VITE_APP_BASE_URL='http://192.168.43.88:5000' | ||
VITE_APP_BASE_URL='your_backend_api_address:port' | ||
// 开发环境 图片服务接口地址 | ||
VITE_APP_PHOTO_URL="http://192.168.43.88:20000" | ||
VITE_APP_PHOTO_URL="your_image_service_address:port" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// 生产环境 后端接口地址 | ||
VITE_APP_BASE_URL='http://172.16.0.85:5000' | ||
VITE_APP_BASE_URL='your_backend_api_address:port' | ||
// 生产环境 图片服务接口地址 | ||
VITE_APP_PHOTO_URL="http://192.168.43.88:20000" | ||
VITE_APP_PHOTO_URL="your_image_service_address:port" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,4 @@ coverage | |
*.sln | ||
*.sw? | ||
|
||
.VSCodeCounter | ||
|
||
/public/photos | ||
.VSCodeCounter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters