Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
platform
/
fanxing_new
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit b2270a01
authored
Apr 02, 2020
by
潘建波
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
设置url
1 parent
5e95618e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
src/api/baseUrl.js
src/views/sceneManage/setting/areaconfig/TraficCanvas.vue
src/api/baseUrl.js
View file @
b2270a0
...
...
@@ -3,8 +3,9 @@ import axios from "axios";
console
.
log
(
process
.
env
.
NODE_ENV
);
switch
(
process
.
env
.
NODE_ENV
)
{
case
"development"
:
baseUrl
=
"http://192.168.9.
1
33:20080"
;
// 测试环境url
baseUrl
=
"http://192.168.9.
2
33:20080"
;
// 测试环境url
// baseUrl = "http://192.168.9.61:8086";
baseUrl
=
'http://vion-panda.51vip.biz:52510'
;
break
;
case
"pre"
:
baseUrl
=
"https://pre-server.feleti.cn"
;
// 预上线环境url
...
...
src/views/sceneManage/setting/areaconfig/TraficCanvas.vue
View file @
b2270a0
...
...
@@ -2006,10 +2006,10 @@ export default {
linetype
=
10
;
break
;
case
"4"
:
linetype
=
""
;
linetype
=
13
;
break
;
case
"5"
:
linetype
=
""
;
linetype
=
14
;
break
;
default
:
break
;
...
...
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