Commit fe557bf8 authored by 罗超's avatar 罗超

1

parent e133b35d
...@@ -570,6 +570,16 @@ const routes = [{ ...@@ -570,6 +570,16 @@ const routes = [{
component: () => component: () =>
import("pages/sale/studyjob.vue") import("pages/sale/studyjob.vue")
}, },
{
path: "/sale/activeType", //销售 活动类型
component: () =>
import("pages/sale/activeType.vue")
},
{
path: "/sale/activityList", //销售 活动列表
component: () =>
import("pages/sale/activityList.vue")
},
{ {
path: "/sale/courseoffer", //销售 报价单管理 path: "/sale/courseoffer", //销售 报价单管理
component: () => component: () =>
......
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