Sign in
简柏林
/
thingskit-view
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
3943d4c3217813863cb00805a8924273249faad7
Authored by
xp.Huang
2023-11-03 19:36:26 +0800
1 parent
a8e67166
feat: v1.2.0_release
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
.env.alone.prod
.env.development
README.md
.env.alone.prod
View file @
3943d4c
1
1
# Proxy
2
-
VITE_GLOB_PROXY = [["/api", "http://
222.180.200.114:4
8080/api"]]
2
+
VITE_GLOB_PROXY = [["/api", "http://
localhost:
8080/api"]]
3
3
4
4
# Api prefix
5
5
VITE_GLOB_API_URL = /api
...
...
.env.development
View file @
3943d4c
1
1
# Proxy
2
-
VITE_GLOB_PROXY = [["/api", "http://
222.180.200.114:4
8080/api"]]
2
+
VITE_GLOB_PROXY = [["/api", "http://
localhost:
8080/api"]]
3
3
4
4
# Api prefix
5
5
VITE_GLOB_API_URL = /api
...
...
README.md
View file @
3943d4c
1
1
#### ThingsKit可视化自定大屏设计
2
2
3
-
版本:v1.1.2_release
\ No newline at end of file
3
+
版本:v1.2.0_release
\ No newline at end of file
...
...