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
6d9ee75a
Commit
6d9ee75a
authored
Jan 15, 2020
by
JingChao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prod
parent
7eff53f8
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
150 additions
and
125 deletions
+150
-125
prod.env.js
config/prod.env.js
+6
-6
uat.env.js
config/uat.env.js
+3
-3
body-check.vue
src/pages/distributorSign/body-check.vue
+2
-1
video-list.vue
src/pages/videoSign/video-list.vue
+139
-115
No files found.
config/prod.env.js
View file @
6d9ee75a
...
...
@@ -4,12 +4,12 @@ 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=appadmin&password=" '
,
basePath
:
'"http://
180.104.121.66:8088
/r/api/interface?sysName=XCMG_PROD&apiName="'
,
rootPath
:
'"http://
180.104.121.66:8088
/r/api"'
,
filePath
:
'"http://
180.104.121.66:8088
/r/api/app/fileViewSvc?sysName=XCMG_PROD&apiName=file_view&"'
,
ocrPath
:
'"http://
180.104.121.66:8088
/r/api"'
,
fileUploadSvcPath
:
'"http://
180.104.121.66:8088
/r/api/app/fileUploadSvc?sysName=XCMG_PROD&apiName="'
,
loginPath
:
'"http://
www.xcmgfs.com:2889
/oauth/token?client_id=client2&client_secret=secret&grant_type=password&username=appadmin&password=" '
,
basePath
:
'"http://
www.xcmgfs.com:2889
/r/api/interface?sysName=XCMG_PROD&apiName="'
,
rootPath
:
'"http://
www.xcmgfs.com:2889
/r/api"'
,
filePath
:
'"http://
www.xcmgfs.com:2889
/r/api/app/fileViewSvc?sysName=XCMG_PROD&apiName=file_view&"'
,
ocrPath
:
'"http://
www.xcmgfs.com:2889
/r/api"'
,
fileUploadSvcPath
:
'"http://
www.xcmgfs.com:2889
/r/api/app/fileUploadSvc?sysName=XCMG_PROD&apiName="'
,
appId
:
'"com.xcmg.app"'
,
currentVersion
:
'"0.0.1"'
}
config/uat.env.js
View file @
6d9ee75a
...
...
@@ -5,11 +5,11 @@ module.exports = {
debug
:
true
,
isMobilePlatform
:
true
,
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_
DEV
&apiName="'
,
basePath
:
'"http://180.104.121.66:8088/r/api/interface?sysName=XCMG_
UAT
&apiName="'
,
rootPath
:
'"http://180.104.121.66:8088/r/api"'
,
filePath
:
'"http://180.104.121.66:8088/r/api/app/fileViewSvc?sysName=XCMG_
DEV
&apiName=file_view&"'
,
filePath
:
'"http://180.104.121.66:8088/r/api/app/fileViewSvc?sysName=XCMG_
UAT
&apiName=file_view&"'
,
ocrPath
:
'"http://180.104.121.66:8088/r/api"'
,
fileUploadSvcPath
:
'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_
DEV
&apiName="'
,
fileUploadSvcPath
:
'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_
UAT
&apiName="'
,
appId
:
'"com.xcmg.app.dev"'
,
currentVersion
:
'"1.1.3"'
}
src/pages/distributorSign/body-check.vue
View file @
6d9ee75a
...
...
@@ -224,7 +224,8 @@ export default {
}
})
},
getCode
()
{
// 获取验证码
getCode
()
{
// 获取验证码
// this.downNum = true
this
.
computeTime
()
this
.
time
=
60
...
...
src/pages/videoSign/video-list.vue
View file @
6d9ee75a
This diff is collapsed.
Click to expand it.
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