Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
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
youjj
cloud-platform-ui
Commits
6fe82b9b
Commit
6fe82b9b
authored
Aug 27, 2019
by
hanfeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加官网路由
parent
5548eccd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.js
src/router/index.js
+1
-1
index.vue
src/views/vehicle/vehicleInfo/index.vue
+1
-1
No files found.
src/router/index.js
View file @
6fe82b9b
...
@@ -565,7 +565,7 @@ export const asyncRouterMap = [{
...
@@ -565,7 +565,7 @@ export const asyncRouterMap = [{
{
{
path
:
'/xxOfficialWebsite'
,
path
:
'/xxOfficialWebsite'
,
component
:
Layout
,
component
:
Layout
,
name
:
'
新欣
房车官网管理'
,
name
:
'
欣新
房车官网管理'
,
icon
:
'setting'
,
icon
:
'setting'
,
authority
:
'xxOfficialWebsite'
,
authority
:
'xxOfficialWebsite'
,
children
:
[
children
:
[
...
...
src/views/vehicle/vehicleInfo/index.vue
View file @
6fe82b9b
...
@@ -1369,7 +1369,7 @@
...
@@ -1369,7 +1369,7 @@
* 获取全部车型
* 获取全部车型
* */
* */
getAllVehicleType
()
{
getAllVehicleType
()
{
getAllVehicle
Model
List
().
then
(
response
=>
{
getAllVehicleList
().
then
(
response
=>
{
let
listRs
=
undefined
;
let
listRs
=
undefined
;
if
(
!
this
.
$utils
.
isEmpty
(
response
.
data
))
{
if
(
!
this
.
$utils
.
isEmpty
(
response
.
data
))
{
listRs
=
response
.
data
;
listRs
=
response
.
data
;
...
...
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