Commit 6fe82b9b authored by hanfeng's avatar hanfeng

添加官网路由

parent 5548eccd
......@@ -565,7 +565,7 @@ export const asyncRouterMap = [{
{
path: '/xxOfficialWebsite',
component: Layout,
name: '新欣房车官网管理',
name: '欣新房车官网管理',
icon: 'setting',
authority: 'xxOfficialWebsite',
children: [
......
......@@ -1369,7 +1369,7 @@
* 获取全部车型
* */
getAllVehicleType() {
getAllVehicleModelList().then(response => {
getAllVehicleList().then(response => {
let listRs = undefined;
if (!this.$utils.isEmpty(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