Commit 6fe82b9b authored by hanfeng's avatar hanfeng

添加官网路由

parent 5548eccd
...@@ -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: [
......
...@@ -1369,7 +1369,7 @@ ...@@ -1369,7 +1369,7 @@
* 获取全部车型 * 获取全部车型
* */ * */
getAllVehicleType() { getAllVehicleType() {
getAllVehicleModelList().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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment