Commit 7f99d878 by 无尘

feat: 增加路由

parent c1f0e6f1
/* /*
* @Descripttion: 当前组件信息 * @Descripttion: 我的顾客 接口路径
* @version: 1.0.0 * @version: 1.0.0
* @Author: 无尘 * @Author: 无尘
* @Date: 2020-08-27 09:29:13 * @Date: 2020-08-27 09:29:13
* @LastEditors: 无尘 * @LastEditors: 无尘
* @LastEditTime: 2020-09-17 13:35:27 * @LastEditTime: 2020-11-09 10:46:33
*/ */
import getFetch from './get-fetch.js'; import getFetch from './get-fetch.js';
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* @Author: 无尘 * @Author: 无尘
* @Date: 2020-07-16 16:37:05 * @Date: 2020-07-16 16:37:05
* @LastEditors: 无尘 * @LastEditors: 无尘
* @LastEditTime: 2020-11-09 10:23:38 * @LastEditTime: 2020-11-09 10:39:13
*/ */
import _import from './_import.js'; import _import from './_import.js';
...@@ -228,6 +228,26 @@ export const routes = [ ...@@ -228,6 +228,26 @@ export const routes = [
component: _import('apps/target-manage', 'target-list') component: _import('apps/target-manage', 'target-list')
}, },
{ {
path: '/target-store',
name: '查看门店',
component: _import('apps/target-manage', 'target-store')
},
{
path: '/set-month-target',
name: '设置月指标',
component: _import('apps/target-manage', 'set-month-target')
},
{
path: '/quota-set',
name: '指标设置',
component: _import('apps/target-manage', 'quota-set')
},
{
path: '/edit-store-quota',
name: '编辑门店指标',
component: _import('apps/target-manage', 'edit-store-quota')
},
{
path: '/target-set', path: '/target-set',
name: '下发设置', name: '下发设置',
component: _import('apps/target-manage', 'target-set') component: _import('apps/target-manage', 'target-set')
......
<!--
* @Descripttion: 编辑门店指标
* @version: 1.0.0
* @Author: 无尘
* @Date: 2020-11-09 10:40:12
* @LastEditors: 无尘
* @LastEditTime: 2020-11-09 10:41:18
-->
<!--
* @Descripttion: 设置月指标
* @version: 1.0.0
* @Author: 无尘
* @Date: 2020-11-09 10:40:00
* @LastEditors: 无尘
* @LastEditTime: 2020-11-09 10:41:04
-->
<!-- <!--
* @Descripttion: 当前组件信息 * @Descripttion: 指标列表
* @version: 1.0.0 * @version: 1.0.0
* @Author: 无尘 * @Author: 无尘
* @Date: 2020-08-27 11:36:51 * @Date: 2020-11-09 09:36:51
* @LastEditors: 无尘 * @LastEditors: 无尘
* @LastEditTime: 2020-11-09 10:21:49 * @LastEditTime: 2020-11-09 10:31:17
--> -->
<template> <template>
......
<!--
* @Descripttion: 查看门店
* @version: 1.0.0
* @Author: 无尘
* @Date: 2020-11-09 10:39:37
* @LastEditors: 无尘
* @LastEditTime: 2020-11-09 10:40:34
-->
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