Commit f050e427 authored by zhengke's avatar zhengke

修改

parent 645e0499
<template>
<div>
123
</div>
</template>
\ No newline at end of file
This diff is collapsed.
...@@ -869,6 +869,16 @@ const routes = [{ ...@@ -869,6 +869,16 @@ const routes = [{
component: () => component: () =>
import("pages/administration/dropSchoolManage.vue") import("pages/administration/dropSchoolManage.vue")
}, },
{
path: "/administration/starBucks/starBucksTotal", //星巴克-统计
component: () =>
import("pages/administration/starBucks/starBucksTotal.vue")
},
{
path: "/administration/starBucks/starBucksDetail", //星巴克-明细
component: () =>
import("pages/administration/starBucks/starBucksDetail.vue")
},
{ {
path: "/sale/japaneseTrain", //日语培训列表 path: "/sale/japaneseTrain", //日语培训列表
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