Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
holo-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xinkong
holo-web
Commits
69e9352a
Commit
69e9352a
authored
Nov 05, 2024
by
ninglx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
f11d8bcd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
package.json
build-tools/package.json
+1
-0
vue.config.js
login/vue.config.js
+2
-1
vue.config.js
wj-manage-web/vue.config.js
+2
-1
No files found.
build-tools/package.json
View file @
69e9352a
...
...
@@ -5,6 +5,7 @@
"main"
:
"index.js"
,
"scripts"
:
{
"start"
:
"node tool/server.js"
,
"dev"
:
"node tool/server.js"
,
"build"
:
"node tool/build.js"
,
"build-dist"
:
"npm i && node tool/build-dist.js"
},
...
...
login/vue.config.js
View file @
69e9352a
...
...
@@ -7,8 +7,9 @@ const productionGzipExtensions = ['js', 'css']
const
proxy
=
{
'
/sso|/design
'
:
{
// target: 'http://10.102.1.181:9000',
target
:
'
http://10.102.1.182:9000
'
,
//
target: 'http://10.102.1.182:9000',
// target: 'http://10.102.1.182:9100',
target
:
'
http://106.120.201.126:14724
'
,
},
'
/cdn
'
:
{
target
:
'
http://127.0.0.1:3000
'
,
...
...
wj-manage-web/vue.config.js
View file @
69e9352a
...
...
@@ -5,8 +5,9 @@ const CompressionWebpackPlugin = require('compression-webpack-plugin')
const
productionGzipExtensions
=
[
'
js
'
,
'
css
'
]
const
proxy
=
{
'
/sso|/design|/develop|/group1|/holo|/web|/opt
'
:
{
target
:
'
http://10.102.1.182:9000
'
,
//
target: 'http://10.102.1.182:9000',
// target: 'http://10.102.1.181:9000',
target
:
'
http://106.120.201.126:14724
'
,
},
'
/nvr
'
:
{
target
:
'
http://10.100.1.154:19830
'
,
// 回放视频
...
...
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