Commit e37bd62e by heshihao

feat: 界面暂时修改

parent a8e984bd
...@@ -86,6 +86,12 @@ const routes = [ ...@@ -86,6 +86,12 @@ const routes = [
}, },
component: () => import("../views/portrait/portrait.vue"), component: () => import("../views/portrait/portrait.vue"),
}, },
// 台账详情
{
path: "/resources/projectinfo/:id",
name: "projectinfo",
component: () => import("../views/details/project.vue"),
},
{ {
path: "/resources", path: "/resources",
name: "resources", name: "resources",
...@@ -143,12 +149,7 @@ const routes = [ ...@@ -143,12 +149,7 @@ const routes = [
}, },
component: () => import("../views/resources/page/account.vue"), component: () => import("../views/resources/page/account.vue"),
}, },
// 台账详情
{
path: "/resources/projectinfo/:id",
name: "projectinfo",
component: () => import("../views/resources/page/projectinfo.vue"),
},
// 台账详情 // 台账详情
{ {
path: "/resources/projectinfo2/:id", path: "/resources/projectinfo2/:id",
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -192,7 +192,7 @@ import api from "@/api/resources/account"; ...@@ -192,7 +192,7 @@ import api from "@/api/resources/account";
export default { export default {
data() { data() {
return { return {
data_time: "", data_time: "2023年",
scoreList: [ scoreList: [
{ {
name: "满城镇", name: "满城镇",
......
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