Commit 6beabdb2 by 无尘

fix: 修改菜单

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