Commit 60115321 by 无尘

fix: 修改菜单

parent bae872bb
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-07-16 16:37:05
* @LastEditors: 无尘
* @LastEditTime: 2020-09-18 15:37:38
* @LastEditTime: 2020-09-24 11:32:16
*/
import _import from './_import.js';
......@@ -174,11 +174,13 @@ export const routes = [
// 企业应用
path: '/apps',
name: '企业应用',
redirect: '/my-customer',
component: _import('apps', 'index'),
children: [
{
path: '/my-customer',
name: '我的顾客',
redirect: '/data-dimension',
component: _import('apps/customer-app', 'index'),
children: [
{
......
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