Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xichonght
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
zhangdishen
xichonght
Commits
7bb0bc01
Commit
7bb0bc01
authored
Aug 14, 2019
by
miaohaoyun
1
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into 'mhy'
Master See merge request
!31
parents
b18a11e5
94b0bd47
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
global.js
xichongSys/src/utils/global.js
+2
-2
flow.vue
xichongSys/src/views/Myvue/flow.vue
+1
-1
No files found.
xichongSys/src/utils/global.js
View file @
7bb0bc01
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
//export const baseUrl = 'http://172.16.10.25:9009'
//export const baseUrl = 'http://172.16.10.25:9009'
//export const baseUrl ="http://faceauth.weface.com.cn:98"
//export const baseUrl ="http://faceauth.weface.com.cn:98"
//export const baseUrl2 = 'http://faceauth.weface.com.cn:97'
//export const baseUrl2 = 'http://faceauth.weface.com.cn:97'
//
export const baseUrl = 'http://172.16.10.33:9002'
export
const
baseUrl
=
'http://172.16.10.33:9002'
export
const
baseUrl
=
'http://172.16.10.25:9002'
//
export const baseUrl = 'http://172.16.10.25:9002'
//export const baseUrl ="http://172.16.10.33:9002"
//export const baseUrl ="http://172.16.10.33:9002"
//export const baseUrl2 = 'http://172.16.10.25:9999'
//export const baseUrl2 = 'http://172.16.10.25:9999'
//export const baseUrl = 'http://172.16.10.25:9002'
//export const baseUrl = 'http://172.16.10.25:9002'
...
...
xichongSys/src/views/Myvue/flow.vue
View file @
7bb0bc01
...
@@ -262,7 +262,7 @@ this.$api.getlist.selectflowState(data).then((res) => {
...
@@ -262,7 +262,7 @@ this.$api.getlist.selectflowState(data).then((res) => {
console
.
log
(
d
)
console
.
log
(
d
)
if
(
s
==
1
){
if
(
s
==
1
){
this
.
flowTitle
=
"新增流程"
this
.
flowTitle
=
"新增流程"
for
(
var
i
=
1
;
i
<=
6
;
i
++
){
for
(
var
i
=
1
;
i
<=
7
;
i
++
){
this
.
titleList
.
push
({
this
.
titleList
.
push
({
label
:
this
.
getType
(
i
),
label
:
this
.
getType
(
i
),
value
:
i
+
","
+
this
.
getType
(
i
)
value
:
i
+
","
+
this
.
getType
(
i
)
...
...
Ghost User
@ghost
mentioned in commit
c3ded2f6
·
Aug 14, 2019
mentioned in commit
c3ded2f6
mentioned in commit c3ded2f603d00a6ef35df840373f3c7fe6d67224
Toggle commit list
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