Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
NewTruckTerminalSyetem
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
SQL_Mou
NewTruckTerminalSyetem
Commits
982de608
Commit
982de608
authored
Jun 18, 2022
by
caicaicai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
dc9f4cc4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
21 deletions
+21
-21
config.js
src/config.js
+4
-4
vue.config.js
vue.config.js
+17
-17
No files found.
src/config.js
View file @
982de608
// 项目配置相关
// 项目配置相关
const
config
=
{
const
config
=
{
//
BASE_URL: 'http://8.143.203.103:9090', //线上地址2
BASE_URL
:
'
http://8.143.203.103:9090
'
,
//线上地址2
//
REAL_URL: 'http://8.143.203.103:9090', //线上地址2
REAL_URL
:
'
http://8.143.203.103:9090
'
,
//线上地址2
BASE_URL
:
'
http://192.168.0.108:8001
'
,
//
BASE_URL: 'http://192.168.0.108:8001',
REAL_URL
:
'
http://192.168.0.108:8001
'
,
//
REAL_URL: 'http://192.168.0.108:8001',
TOKEN_KEY
:
'
token
'
,
TOKEN_KEY
:
'
token
'
,
USER_KEY
:
'
userInfo
'
,
USER_KEY
:
'
userInfo
'
,
...
...
vue.config.js
View file @
982de608
...
@@ -17,33 +17,33 @@ module.exports = {
...
@@ -17,33 +17,33 @@ module.exports = {
open
:
true
,
// 配置自动启动浏览器
open
:
true
,
// 配置自动启动浏览器
proxy
:
{
proxy
:
{
// '/dianziweilan': {
// target: 'http://8.143.203.103:9090'
// },
// '/auth': {
// target: 'http://8.143.203.103:9090',
// },
// '/pic': {
// target: 'http://8.143.203.103/avatar/',
// pathRewrite: { '^/pic': '' },
// changeOrigin: true,
// },
'
/dianziweilan
'
:
{
'
/dianziweilan
'
:
{
target
:
'
http://
192.168.0.108:8001
'
target
:
'
http://
8.143.203.103:9090
'
},
},
'
/auth
'
:
{
'
/auth
'
:
{
target
:
'
http://
192.168.0.108:8001
'
,
target
:
'
http://
8.143.203.103:9090
'
,
},
},
'
/pic
'
:
{
'
/pic
'
:
{
target
:
'
http://
192.168.0.108
/avatar/
'
,
target
:
'
http://
8.143.203.103
/avatar/
'
,
pathRewrite
:
{
'
^/pic
'
:
''
},
pathRewrite
:
{
'
^/pic
'
:
''
},
changeOrigin
:
true
,
changeOrigin
:
true
,
},
},
// '/dianziweilan': {
// target: 'http://192.168.0.108:8001'
// },
// '/auth': {
// target: 'http://192.168.0.108:8001',
// },
// '/pic': {
// target: 'http://192.168.0.108/avatar/',
// pathRewrite: { '^/pic': '' },
// changeOrigin: true,
// },
},
},
//
https: true,
https
:
true
,
},
},
configureWebpack
:
{
configureWebpack
:
{
plugins
:
[
plugins
:
[
...
...
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