Commit e2aafbdb authored by zhengke's avatar zhengke

修改

parent 18815c9b
......@@ -11,6 +11,7 @@
},
"dependencies": {
"@quasar/extras": "^1.0.0",
"@riophae/vue-treeselect": "^0.4.0",
"axios": "^0.18.1",
"co": "^4.6.0",
"core-js": "^3.6.5",
......
This diff is collapsed.
This diff is collapsed.
......@@ -153,6 +153,16 @@ const routes = [{
import("pages/financial/sellCommissionRules.vue")
},
{
        path: "/financial/FProcessManagement", //流程管理、
        component: () =>
        import("pages/financial/FProcessManagement.vue")
      },
      {
        path: "/financial/addFinancialProcess", //新增修改等级
        component: () =>
        import("pages/financial/addFinancialProcess.vue")
      },
{
path: "/test", //API测试
component: () =>
import("pages/test.vue")
......
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