diff --git a/index.html b/index.html index 33e5919a0ce6feaf393af94824856f3a03673bf9..98912a48968b95125b4566898a95e62f8d82d106 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,11 @@ apaas 3.0 - +
diff --git a/src/assets/imgs/fwgl_ic_arrow.svg b/src/assets/imgs/fwgl_ic_arrow.svg new file mode 100644 index 0000000000000000000000000000000000000000..2bf0445ab003528bb9897473ab2fdf2a3a670ff7 --- /dev/null +++ b/src/assets/imgs/fwgl_ic_arrow.svg @@ -0,0 +1 @@ +ic_画板 3 \ No newline at end of file diff --git a/src/assets/imgs/fwgl_ic_operation.svg b/src/assets/imgs/fwgl_ic_operation.svg new file mode 100644 index 0000000000000000000000000000000000000000..ff4a879f5b88b0dfce27e1eeae85eae2c737447d --- /dev/null +++ b/src/assets/imgs/fwgl_ic_operation.svg @@ -0,0 +1 @@ +ic_画板 5 \ No newline at end of file diff --git a/src/assets/imgs/fwgl_ic_wait.svg b/src/assets/imgs/fwgl_ic_wait.svg new file mode 100644 index 0000000000000000000000000000000000000000..9bd795a073e829dea47a2957da92b1a7e29069d0 --- /dev/null +++ b/src/assets/imgs/fwgl_ic_wait.svg @@ -0,0 +1 @@ +ic_画板 4 \ No newline at end of file diff --git a/src/assets/imgs/img_default.png b/src/assets/imgs/img_default.png new file mode 100644 index 0000000000000000000000000000000000000000..51ec9de2960e9cfea4185b25356c1564bdd56ceb Binary files /dev/null and b/src/assets/imgs/img_default.png differ diff --git a/src/assets/imgs/tool_fuwu.png b/src/assets/imgs/tool_fuwu.png new file mode 100644 index 0000000000000000000000000000000000000000..154653d9131cf495a0e81f94ee727b7fc06d770d Binary files /dev/null and b/src/assets/imgs/tool_fuwu.png differ diff --git a/src/components/infoList.vue b/src/components/infoList.vue new file mode 100644 index 0000000000000000000000000000000000000000..ae07a20ddd430207d66df63bc595f02dbfd70f14 --- /dev/null +++ b/src/components/infoList.vue @@ -0,0 +1,36 @@ + + + + \ No newline at end of file diff --git a/src/pages/index.vue b/src/pages/index.vue index 1ab9436b4149f8c6c9a4fa745ef91779c52842aa..1cc33f4bdc66360da9e57a03370d36e1681a4d8f 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -1,6 +1,6 @@ @@ -8,6 +8,9 @@ + + + diff --git a/src/pages/serviceEdit.vue b/src/pages/serviceEdit.vue new file mode 100644 index 0000000000000000000000000000000000000000..76fd098d9e106b4cbe78be082b82c5e24141785b --- /dev/null +++ b/src/pages/serviceEdit.vue @@ -0,0 +1,40 @@ + + + + + diff --git a/src/router/index.js b/src/router/index.js index a34d691d5bfa9edd9e3fe0c25f1cfd1e2ad3a014..c6126060eefc455699eb6ed303b0e88f3fd2880e 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1,8 +1,6 @@ import Vue from "vue"; import Router from "vue-router"; -import Index from "@/pages/index"; -import workPlace from "@/pages/workPlace" Vue.use(Router); export default new Router({ @@ -14,12 +12,18 @@ export default new Router({ { path: "/index", name: "index", - component: Index, + component: () => import("@/pages/index"), redirect: "/workplace", - children: [{ + children: [ + { path: "/workplace", name: "workPlace", - component: workPlace, + component: () => import("@/pages/workPlace"), + }, + { + path: "/servicedetail", + name: "servicedetail", + component: () => import("@/pages/serviceDetail"), }, { path: "/fwzc", // 服务注册 diff --git a/static/data.json b/static/data.json index 107dc6856752a0e886e9126f6aff45b8809e73e2..fcc7781a05bed5f08d13f9df567b7022116ede9c 100644 --- a/static/data.json +++ b/static/data.json @@ -66,6 +66,34 @@ "address": "上海市普陀区金沙江路 1516 弄" } ], + "params_arr":[ + { + "id": 1, + "zdmc": "地区", + "zdbm": "area", + "zdlx": "字符串", + "zdsm": "这是一个地区的名称", + "zdsl":"贵阳市" + }, + { + "id": 2, + "zdmc": "地区生产总值", + "zdbm": "GDP", + "zdlx": "字符串", + "zdsm": "这是一个地区的总值", + "zdsl":"1235", + "children": [ + { + "id": 21, + "zdmc": "地区", + "zdbm": "area", + "zdlx": "字符串", + "zdsm": "这是一个地区的名称", + "zdsl":"贵阳市" + } + ] + } + ], "creat_app":[ { "id": 1,