Sign in
guzijian
/
wvp-GB28181-pro
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
b4830a3ab2135f1c4d8c9e8579c380fa85996f09
Authored by
liujun001
2024-12-05 15:13:23 +0800
1 parent
7083f30f
build: skipped
康宝
Changes
2
Builds
0
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
web_src/config/index.js
web_src/static/js/config.js
web_src/config/index.js
View file @
b4830a3
...
...
@@ -11,7 +11,7 @@ module.exports = {
11
11
assetsPublicPath: "/",
12
12
proxyTable: {
13
13
"/debug": {
14
- target: "http://1
27.0.0.1:18080
",
14
+ target: "http://1
92.168.20.215:18089
",
15
15
changeOrigin: true,
16
16
pathRewrite: {
17
17
"^/debug": "/",
...
...
web_src/static/js/config.js
View file @
b4830a3
1
-window.baseUrl = "http://1
27.0.0.1:18080
";
1
+window.baseUrl = "http://1
92.168.20.215:18089
";
2
2
3
3
// map组件全局参数, 注释此内容可以关闭地图功能
4
4
window.mapParam = {
...
...