Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
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
fukai
vue-gjjs
Commits
b0649adf
Commit
b0649adf
authored
Mar 24, 2023
by
WF1020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
前端页面infgid接口联动
parent
df0a19b5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
vue.config.js
vue.config.js
+4
-3
No files found.
vue.config.js
View file @
b0649adf
...
...
@@ -34,7 +34,7 @@ module.exports = {
},
proxy
:
{
'/gjjs/business/'
:
{
target
:
'http://1
27.0.0.1:8081
'
,
target
:
'http://1
92.168.0.110:9999
'
,
changeOrigin
:
true
,
pathRewrite
:
{
'^/gjjs/business'
:
'/gjjs/business'
...
...
@@ -70,7 +70,8 @@ module.exports = {
}
},
'/gjjs/service/'
:
{
target
:
'http://127.0.0.1:9999'
,
// target: 'http://192.168.0.85:9999',//魏关应
target
:
'http://192.168.0.42:9999'
,
//胡希 192.168.0.42:9999
changeOrigin
:
true
,
pathRewrite
:
{
'^/gjjs/service'
:
'/gjjs/service'
...
...
@@ -104,7 +105,7 @@ module.exports = {
configureWebpack
:
{
// provide the app's title in webpack's name field, so that
// it can be accessed in index.html to inject the correct title.
devtool
:
'source-map'
,
//
devtool: 'source-map',
resolve
:
{
alias
:
{
'~'
:
resolve
(
'src'
)
...
...
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