Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
project_progress
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 94b54838
authored
Feb 27, 2025
by
bingobo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改vueconfig
1 parent
c3071631
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
vue.config.js
vue.config.js
View file @
94b5483
...
@@ -17,14 +17,14 @@ module.exports = defineConfig({
...
@@ -17,14 +17,14 @@ module.exports = defineConfig({
},
},
hot
:
true
,
hot
:
true
,
proxy
:
{
proxy
:
{
'/arch-evaluation'
:{
//
'/arch-evaluation':{
// target: `http://192.168.69.1:18102`, // pin
//
// target: `http://192.168.69.1:18102`, // pin
target
:
`http://
${
ip
}
:18000/tools`
,
// pin
//
target: `http://${ip}:18000/tools`, // pin
changeOrigin
:
true
,
//
changeOrigin: true,
pathRewrite
:{
//
pathRewrite:{
"^/arch-evaluation"
:
"/"
//
"^/arch-evaluation":"/"
},
//
},
}
//
}
},
},
},
},
// configureWebpack: {
// configureWebpack: {
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment