Commit e2aafbdb authored by zhengke's avatar zhengke

修改

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