Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
ximai
mes-ui
Commits
dfc25896
Commit
dfc25896
authored
May 20, 2026
by
chicheng
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
135de3ee
730ca5cb
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
136 additions
and
5 deletions
+136
-5
vue.config.js
vue.config.js
+3
-3
yarn.lock
yarn.lock
+133
-2
No files found.
vue.config.js
View file @
dfc25896
...
@@ -35,8 +35,8 @@ module.exports = {
...
@@ -35,8 +35,8 @@ module.exports = {
proxy
:
{
proxy
:
{
// detail: https://cli.vuejs.org/config/#devserver-proxy
// detail: https://cli.vuejs.org/config/#devserver-proxy
[
process
.
env
.
VUE_APP_BASE_API
]:
{
[
process
.
env
.
VUE_APP_BASE_API
]:
{
// target: `http://localhost:8080
`,
target
:
`http://localhost:8088
`
,
target
:
`http://192.168.222.60:9092/mesApi`
,
//
target: `http://192.168.222.60:9092/mesApi`,
// target: `http://192.168.222.60:8088`,
// target: `http://192.168.222.60:8088`,
changeOrigin
:
true
,
changeOrigin
:
true
,
pathRewrite
:
{
pathRewrite
:
{
...
@@ -44,7 +44,7 @@ module.exports = {
...
@@ -44,7 +44,7 @@ module.exports = {
}
}
},
},
'/ureport'
:
{
'/ureport'
:
{
target
:
'http://localhost:808
0
'
,
target
:
'http://localhost:808
8
'
,
ws
:
false
,
ws
:
false
,
changeOrigin
:
true
,
changeOrigin
:
true
,
pathRewrite
:
{
pathRewrite
:
{
...
...
yarn.lock
View file @
dfc25896
This diff is collapsed.
Click to expand it.
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