Commit b05ce176 authored by kaitly205422@163.com's avatar kaitly205422@163.com

任务台账权限

parent c0c88369
...@@ -87,6 +87,19 @@ export const constantRoutes = [ ...@@ -87,6 +87,19 @@ export const constantRoutes = [
], ],
}, },
{
path: "/risk/plan/ledgerdata",
component: Layout,
hidden: true,
children: [
{
path: "index/:id(\\d+)",
component: () => import("@/views/risk/plan/ledgerdata"),
name: "ledgerdata",
meta: { title: "任务详情", activeMenu: "/risk/plan/ledgerdata" },
},
],
},
{ {
path: "/login", path: "/login",
component: () => import("@/views/login"), component: () => import("@/views/login"),
...@@ -167,20 +180,7 @@ export const dynamicRoutes = [ ...@@ -167,20 +180,7 @@ export const dynamicRoutes = [
}, },
], ],
}, },
{
path: "/risk/plan/ledgerdata",
component: Layout,
hidden: true,
permissions: ["system:dict:list"],
children: [
{
path: "index/:id(\\d+)",
component: () => import("@/views/risk/plan/ledgerdata"),
name: "ledgerdata",
meta: { title: "任务详情", activeMenu: "/risk/plan/ledgerdata" },
},
],
},
{ {
path: "/riskLedger", path: "/riskLedger",
component: Layout, component: Layout,
......
...@@ -37,8 +37,8 @@ module.exports = { ...@@ -37,8 +37,8 @@ module.exports = {
// detail: https://cli.vuejs.org/config/#devserver-proxy // detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: { [process.env.VUE_APP_BASE_API]: {
// target: "http://192.168.10.137:8080/", // target: "http://192.168.10.137:8080/",
target: `http://192.168.4.232:8080`, //服务器地址 // target: `http://192.168.4.232:8080`, //服务器地址
// target: `http://192.168.15.230:8081`, //晓晋本地地址 target: `http://192.168.15.230:8080`, //晓晋本地地址
// target: `http://192.168.15.152:8081`, //鲍德本地地址 // target: `http://192.168.15.152:8081`, //鲍德本地地址
// target: `http://127.0.0.1:8080`, //本地地址 // target: `http://127.0.0.1:8080`, //本地地址
changeOrigin: true, changeOrigin: true,
......
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