Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
confucius
Commits
fe557bf8
Commit
fe557bf8
authored
Jun 21, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e133b35d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
4 deletions
+14
-4
routes.js
src/router/routes.js
+14
-4
No files found.
src/router/routes.js
View file @
fe557bf8
...
...
@@ -190,7 +190,7 @@ const routes = [{
{
path
:
"/course/classPlan"
,
//上课计划
component
:
()
=>
import
(
"pages/course/classPlan.vue"
)
import
(
"pages/course/classPlan.vue"
)
},
{
path
:
"/course/paymentDetail"
,
//收支明细
...
...
@@ -252,8 +252,8 @@ const routes = [{
component
:
()
=>
import
(
"pages/financial/CommissionDetail.vue"
)
},
{
path
:
"/financial/TeamRevenueReport"
,
//营收报表
component
:
()
=>
...
...
@@ -570,6 +570,16 @@ const routes = [{
component
:
()
=>
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"
,
//销售 报价单管理
component
:
()
=>
...
...
@@ -648,7 +658,7 @@ const routes = [{
{
path
:
"/course/classHourStatistic"
,
//教学奖励 课时统计
component
:
()
=>
import
(
"pages/course/classHourStatistic.vue"
)
import
(
"pages/course/classHourStatistic.vue"
)
},
{
path
:
"/course/rewardDetailed"
,
//教学奖励 奖励明细
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment