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
d8a2e165
Commit
d8a2e165
authored
Oct 12, 2019
by
李晓兵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'修改中台地址'
parent
707411db
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
7 deletions
+8
-7
dev.env.js
config/dev.env.js
+3
-3
uat.env.js
config/uat.env.js
+3
-3
login.vue
src/pages/login.vue
+1
-1
naturePerson.vue
src/pages/userBind/np/naturePerson.vue
+1
-0
No files found.
config/dev.env.js
View file @
d8a2e165
...
...
@@ -7,9 +7,9 @@ module.exports = merge(prodEnv, {
CONFIG_ENV
:
JSON
.
stringify
(
process
.
env
.
CONFIG_ENV
),
debug
:
true
,
isMobilePlatform
:
false
,
loginPath
:
'"http://
180.104.121.66:8088/oauth/token?client_id=client2&client_secret=secret&grant_type=password&username=admin
&password=" '
,
basePath
:
'"http://
180.104.121.66:8088/r/api/interface
?sysName=XCMG_DEV&apiName="'
,
rootPath
:
'"http://
180.104.121.66:8088/r/api/interface
"'
,
loginPath
:
'"http://
hlsapp.hand-china.com/core/oauth/token?client_id=client2&client_secret=secret&grant_type=password&username=app
&password=" '
,
basePath
:
'"http://
hlsapp.hand-china.com/core/r/api
?sysName=XCMG_DEV&apiName="'
,
rootPath
:
'"http://
hlsapp.hand-china.com/core/r/api
"'
,
file_url
:
'"http://hlsapp.hand-china.com/file/"'
,
appId
:
'"com.hls.easy.car"'
,
currentVersion
:
'"0.0.1"'
...
...
config/uat.env.js
View file @
d8a2e165
...
...
@@ -4,9 +4,9 @@ module.exports = {
CONFIG_ENV
:
JSON
.
stringify
(
process
.
env
.
CONFIG_ENV
),
debug
:
false
,
isMobilePlatform
:
true
,
loginPath
:
'"http://
180.104.121.66:8088/oauth/token?client_id=client2&client_secret=secret&grant_type=password&username=admin&password=
" '
,
basePath
:
'"http://
180.104.121.66:8088/r/api/interface
?sysName=XCMG_DEV&apiName="'
,
rootPath
:
'"http://
180.104.121.66:8088/r/api/interface
"'
,
loginPath
:
'"http://
hlsapp.hand-china.com/core/oauth/token?client_id=client2&client_secret=secret&grant_type=password&username=app&password=appadmin
" '
,
basePath
:
'"http://
hlsapp.hand-china.com/core/r/api
?sysName=XCMG_DEV&apiName="'
,
rootPath
:
'"http://
hlsapp.hand-china.com/core/r/api
"'
,
file_url
:
'"http://hlsapp.hand-china.com/file/"'
,
appId
:
'"com.hls.easy.car"'
,
currentVersion
:
'"0.0.1"'
...
...
src/pages/login.vue
View file @
d8a2e165
...
...
@@ -87,7 +87,7 @@ export default {
}
else
if
(
!
vm
.
password
||
vm
.
password
===
undefined
)
{
vm
.
hlsPopup
.
showLongCenter
(
'请输入密码'
)
}
else
{
let
url
=
process
.
env
.
loginPath
+
'admin'
let
url
=
process
.
env
.
loginPath
+
'a
ppa
dmin'
let
param
=
{}
vm
.
hlsPopup
.
showLoading
(
'请稍等'
)
vm
.
$post
(
url
,
param
).
then
(
function
(
res
)
{
...
...
src/pages/userBind/np/naturePerson.vue
View file @
d8a2e165
...
...
@@ -302,6 +302,7 @@ export default {
async
verified
()
{
let
bpId
=
await
this
.
saveWord
()
this
.
getBankInfo
()
// 查询资料清单
},
async
saveProtocol
()
{
let
vm
=
this
...
...
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