Commit 75aeba91 by 无尘

feat: 增加我的顾客路由

parent 6fea46c6
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-07-16 16:37:05
* @LastEditors: 无尘
* @LastEditTime: 2020-07-28 10:32:06
* @LastEditTime: 2020-09-02 11:26:40
*/
import _import from './_import.js';
......@@ -128,6 +128,48 @@ export const routes = [
]
},
{
// 企业应用
path: '/apps',
name: '企业应用',
redirect: 'mycustomer',
component: _import('apps', 'index'),
children: [
{
path: '/my-customer',
name: '我的顾客',
redirect: '/data-dimension',
component: _import('apps/customer-app', 'index'),
children: [
{
path: '/data-dimension',
name: '数据维度',
component: _import('apps/customer-app', 'data-dimension')
},
{
path: '/crowd-scene',
name: '人群场景',
component: _import('apps/customer-app', 'crowd-scene')
},
{
path: '/customer-data-set',
name: '顾客资料',
component: _import('apps/customer-app', 'customer-data-set')
},
{
path: '/clerk-tag',
name: '导购标签',
component: _import('apps/customer-app', 'clerk-tag')
},
{
path: '/customer-assign',
name: '顾客分配',
component: _import('apps/customer-app', 'customer-assign')
}
]
}
]
},
{
path: '/gic-error',
name: 'gic跳转失败页',
component: _import('error-page', 'gic-error')
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-07-16 16:37:05
* @LastEditors: 无尘
* @LastEditTime: 2020-08-10 09:50:59
* @LastEditTime: 2020-09-02 11:13:04
*/
import axios from 'axios';
import qs from 'qs';
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-07-16 16:37:05
* @LastEditors: 无尘
* @LastEditTime: 2020-08-17 18:09:27
* @LastEditTime: 2020-09-02 10:59:35
*/
const path = require("path");
......
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