Commit a713a6c2 authored by Mac's avatar Mac

跳转

parent 27fe5f5b
......@@ -92,6 +92,11 @@ const routes = [{
component: () =>
import("pages/financial/PlatformAccount.vue")
},
{
path: "/financial/CompanyAccount", //银行账户
component: () =>
import("pages/financial/CompanyAccount.vue")
},
{
path: "/financial/TeamRevenueReport", //营收报表
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