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
7392f731
Commit
7392f731
authored
Nov 06, 2020
by
Jennie Shi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
集成插件前的封板
parent
a42567d5
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
prod.env.js
config/prod.env.js
+1
-1
uat.env.js
config/uat.env.js
+1
-1
creat-rent-info.vue
src/pages/contractCreate/creat-rent-info.vue
+1
-1
add-car.vue
src/pages/contractStart/add-car.vue
+1
-1
index.js
src/router/index.js
+1
-1
No files found.
config/prod.env.js
View file @
7392f731
...
@@ -11,5 +11,5 @@ module.exports = {
...
@@ -11,5 +11,5 @@ module.exports = {
ocrPath
:
'"http://www.xcmgfs.com:8087/r/api"'
,
ocrPath
:
'"http://www.xcmgfs.com:8087/r/api"'
,
fileUploadSvcPath
:
'"http://www.xcmgfs.com:8087/r/api/app/fileUploadSvc?sysName=XCMG_PROD&apiName="'
,
fileUploadSvcPath
:
'"http://www.xcmgfs.com:8087/r/api/app/fileUploadSvc?sysName=XCMG_PROD&apiName="'
,
appId
:
'"com.xcmg.app"'
,
appId
:
'"com.xcmg.app"'
,
currentVersion
:
'"0.2.
1
"'
currentVersion
:
'"0.2.
2
"'
}
}
config/uat.env.js
View file @
7392f731
...
@@ -11,5 +11,5 @@ module.exports = {
...
@@ -11,5 +11,5 @@ module.exports = {
ocrPath
:
'"http://180.104.121.66:8088/r/api"'
,
ocrPath
:
'"http://180.104.121.66:8088/r/api"'
,
fileUploadSvcPath
:
'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_UAT&apiName="'
,
fileUploadSvcPath
:
'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_UAT&apiName="'
,
appId
:
'"com.xcmg.app.dev"'
,
appId
:
'"com.xcmg.app.dev"'
,
currentVersion
:
'"2.7.
2
"'
currentVersion
:
'"2.7.
4
"'
}
}
src/pages/contractCreate/creat-rent-info.vue
View file @
7392f731
...
@@ -862,7 +862,7 @@ export default {
...
@@ -862,7 +862,7 @@ export default {
let
result
=
res
.
result
.
words_result
let
result
=
res
.
result
.
words_result
vm
.
rentInfo
.
frame_number
=
result
.
VinNo
// 车架号
vm
.
rentInfo
.
frame_number
=
result
.
VinNo
// 车架号
vm
.
rentInfo
.
engine
=
result
.
EngineNo
// 发动机号
vm
.
rentInfo
.
engine
=
result
.
EngineNo
// 发动机号
vm
.
rentInfo
.
vehicle_model
=
result
.
VinNo
// 车辆型号
vm
.
rentInfo
.
vehicle_model
=
result
.
CarModel
// 车辆型号
vm
.
rentInfo
.
certificate_number
=
result
.
CertificationNo
// 合格证编号
vm
.
rentInfo
.
certificate_number
=
result
.
CertificationNo
// 合格证编号
}
else
if
(
vm
.
certificationType
===
'DAOLU'
)
{
}
else
if
(
vm
.
certificationType
===
'DAOLU'
)
{
let
result
=
res
.
result
.
data
let
result
=
res
.
result
.
data
...
...
src/pages/contractStart/add-car.vue
View file @
7392f731
...
@@ -529,7 +529,7 @@ export default {
...
@@ -529,7 +529,7 @@ export default {
let
result
=
res
.
result
.
words_result
let
result
=
res
.
result
.
words_result
vm
.
info
.
frame_number
=
result
.
VinNo
// 车架号
vm
.
info
.
frame_number
=
result
.
VinNo
// 车架号
vm
.
info
.
engine
=
result
.
EngineNo
// 发动机号
vm
.
info
.
engine
=
result
.
EngineNo
// 发动机号
vm
.
vehicle_model
=
result
.
VinNo
// 车辆型号
vm
.
vehicle_model
=
result
.
CarModel
// 车辆型号
vm
.
info
.
certificate_number
=
result
.
CertificationNo
// 合格证编号
vm
.
info
.
certificate_number
=
result
.
CertificationNo
// 合格证编号
}
else
if
(
vm
.
certificationType
===
'DAOLU'
)
{
}
else
if
(
vm
.
certificationType
===
'DAOLU'
)
{
let
result
=
res
.
result
.
data
let
result
=
res
.
result
.
data
...
...
src/router/index.js
View file @
7392f731
...
@@ -343,7 +343,7 @@ export default new Router({
...
@@ -343,7 +343,7 @@ export default new Router({
path
:
'/Setting'
,
path
:
'/Setting'
,
component
:
Setting
,
component
:
Setting
,
name
:
'Setting'
,
name
:
'Setting'
,
meta
:
{
keepAlive
:
tru
e
},
meta
:
{
keepAlive
:
fals
e
},
},
},
{
{
path
:
'/UserAgree'
,
path
:
'/UserAgree'
,
...
...
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