Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
Project
Project
Details
Activity
Releases
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
xugong
hls-xcmg-vue-app
Commits
0899c53c
Commit
0899c53c
authored
Feb 22, 2020
by
linxin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'liuin' into uat
parents
c2f49a53
4a0c2440
Pipeline
#4920
canceled with stages
Changes
5
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
4 deletions
+16
-4
dev.env.js
config/dev.env.js
+4
-2
regiester2.vue
src/pages/regiester2.vue
+1
-1
bank-info.vue
src/pages/userBindNew/np/bank-info.vue
+5
-0
bankInfo.vue
src/pages/userBindNew/org/bankInfo.vue
+5
-0
hlsHttp.js
src/scripts/hlsHttp.js
+1
-1
No files found.
config/dev.env.js
View file @
0899c53c
...
...
@@ -8,10 +8,12 @@ module.exports = merge(prodEnv, {
debug
:
true
,
isMobilePlatform
:
false
,
loginPath
:
'"http://180.104.121.66:8088/oauth/token?client_id=client2&client_secret=secret&grant_type=password&username=appadmin&password=" '
,
basePath
:
'"http://180.104.121.66:8088/r/api/interface?sysName=XCMG_
UAT
&apiName="'
,
basePath
:
'"http://180.104.121.66:8088/r/api/interface?sysName=XCMG_
DEV
&apiName="'
,
rootPath
:
'"http://180.104.121.66:8088/r/api"'
,
filePath
:
'"http://180.104.121.66:8088/r/api/app/fileViewSvc?sysName=XCMG_
UAT
&apiName=file_view&"'
,
filePath
:
'"http://180.104.121.66:8088/r/api/app/fileViewSvc?sysName=XCMG_
DEV
&apiName=file_view&"'
,
ocrPath
:
'"http://180.104.121.66:8088/r/api"'
,
appId
:
'"com.xcmg.app.dev"'
,
currentVersion
:
'"1.9.0"'
,
})
src/pages/regiester2.vue
View file @
0899c53c
...
...
@@ -240,7 +240,7 @@ export default {
if
(
res
.
result
===
'S'
)
{
vm
.
hlsPopup
.
showSuccess
(
'验证码已发送'
)
}
else
{
vm
.
hlsPopup
.
showLongCenter
(
res
.
return
.
d
i
scription
)
vm
.
hlsPopup
.
showLongCenter
(
res
.
return
.
d
e
scription
)
}
})
},
...
...
src/pages/userBindNew/np/bank-info.vue
View file @
0899c53c
...
...
@@ -251,6 +251,11 @@ export default {
name
:
'MyInfo'
,
})
}
}
else
if
(
res
.
result
===
'P'
)
{
vm
.
hlsPopup
.
showLongCenter
(
res
.
message
)
vm
.
$router
.
push
({
name
:
'MyInfo'
,
})
}
else
{
vm
.
hlsPopup
.
showLongCenter
(
res
.
message
)
}
...
...
src/pages/userBindNew/org/bankInfo.vue
View file @
0899c53c
...
...
@@ -345,6 +345,11 @@ export default {
name
:
'MyInfo'
,
})
}
}
else
if
(
res
.
result
===
'P'
)
{
vm
.
hlsPopup
.
showLongCenter
(
res
.
message
)
vm
.
$router
.
push
({
name
:
'MyInfo'
,
})
}
else
{
vm
.
hlsPopup
.
showLongCenter
(
res
.
message
)
}
...
...
src/scripts/hlsHttp.js
View file @
0899c53c
...
...
@@ -12,7 +12,7 @@ axios.interceptors.request.use(config => {
cancel
=
c
})
if
(
promiseArr
[
config
.
url
])
{
promiseArr
[
config
.
url
](
'
正在计算中,请稍后...
'
)
promiseArr
[
config
.
url
](
'
网络异常,请稍后再试
'
)
promiseArr
[
config
.
url
]
=
cancel
}
else
{
promiseArr
[
config
.
url
]
=
cancel
...
...
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