diff --git a/.history/src/router/index_20231204141051.js b/.history/src/router/index_20231204141051.js new file mode 100644 index 0000000..501e8d5 --- /dev/null +++ b/.history/src/router/index_20231204141051.js @@ -0,0 +1,34 @@ +import Vue from "vue"; +import VueRouter from "vue-router"; +Vue.use(VueRouter); + +const routes = [ + { + path: "/", + name: "index", + component: () => import("../views/KHC.vue"), + }, + { + path: "/tan", + name: "tan", + component: () => import("../views/TAN.vue"), + }, + { + path: "/zhdy", + name: "zhdy", + component: () => import("../views/ZHDY.vue"), + }, + { + path: "/xqxy", + name: "xqxy", + component: () => import("../views/XQXY.vue"), + }, +]; + +const router = new VueRouter({ + mode: "hash", + base: process.env.BASE_URL, + routes, +}); + +export default router; diff --git a/.history/src/router/index_20231204180211.js b/.history/src/router/index_20231204180211.js new file mode 100644 index 0000000..f97e495 --- /dev/null +++ b/.history/src/router/index_20231204180211.js @@ -0,0 +1,39 @@ +import Vue from "vue"; +import VueRouter from "vue-router"; +Vue.use(VueRouter); + +const routes = [ + { + path: "/", + name: "index", + component: () => import("../views/KHC.vue"), + }, + { + path: "/tan", + name: "tan", + component: () => import("../views/TAN.vue"), + }, + { + path: "/zhdy", + name: "zhdy", + component: () => import("../views/ZHDY.vue"), + }, + { + path: "/xqxy", + name: "xqxy", + component: () => import("../views/XQXY.vue"), + }, + { + path:"/one", + name:"one", + component:()=>import("../views/ONE.vue") + } +]; + +const router = new VueRouter({ + mode: "hash", + base: process.env.BASE_URL, + routes, +}); + +export default router; diff --git a/.history/src/router/index_20231204180213.js b/.history/src/router/index_20231204180213.js new file mode 100644 index 0000000..772e411 --- /dev/null +++ b/.history/src/router/index_20231204180213.js @@ -0,0 +1,39 @@ +import Vue from "vue"; +import VueRouter from "vue-router"; +Vue.use(VueRouter); + +const routes = [ + { + path: "/", + name: "index", + component: () => import("../views/KHC.vue"), + }, + { + path: "/tan", + name: "tan", + component: () => import("../views/TAN.vue"), + }, + { + path: "/zhdy", + name: "zhdy", + component: () => import("../views/ZHDY.vue"), + }, + { + path: "/xqxy", + name: "xqxy", + component: () => import("../views/XQXY.vue"), + }, + { + path:"/one", + name:"one", + component:()=>import("../views/ONE.vue"); + } +]; + +const router = new VueRouter({ + mode: "hash", + base: process.env.BASE_URL, + routes, +}); + +export default router; diff --git a/.history/src/router/index_20231204180217.js b/.history/src/router/index_20231204180217.js new file mode 100644 index 0000000..97cc70d --- /dev/null +++ b/.history/src/router/index_20231204180217.js @@ -0,0 +1,39 @@ +import Vue from "vue"; +import VueRouter from "vue-router"; +Vue.use(VueRouter); + +const routes = [ + { + path: "/", + name: "index", + component: () => import("../views/KHC.vue"), + }, + { + path: "/tan", + name: "tan", + component: () => import("../views/TAN.vue"), + }, + { + path: "/zhdy", + name: "zhdy", + component: () => import("../views/ZHDY.vue"), + }, + { + path: "/xqxy", + name: "xqxy", + component: () => import("../views/XQXY.vue"), + }, + { + path:"/one", + name:"one", + component:()=>import("../views/ONE.vue"), + } +]; + +const router = new VueRouter({ + mode: "hash", + base: process.env.BASE_URL, + routes, +}); + +export default router; diff --git a/.history/src/views/ONE_20231204175520.vue b/.history/src/views/ONE_20231204175520.vue new file mode 100644 index 0000000..e69de29 diff --git a/.history/src/views/ONE_20231204175758.vue b/.history/src/views/ONE_20231204175758.vue new file mode 100644 index 0000000..b57191a --- /dev/null +++ b/.history/src/views/ONE_20231204175758.vue @@ -0,0 +1,288 @@ + + + + + diff --git a/.history/src/views/ONE_20231204175907.vue b/.history/src/views/ONE_20231204175907.vue new file mode 100644 index 0000000..b0c903c --- /dev/null +++ b/.history/src/views/ONE_20231204175907.vue @@ -0,0 +1,279 @@ + + + + + diff --git a/.history/src/views/ONE_20231204175930.vue b/.history/src/views/ONE_20231204175930.vue new file mode 100644 index 0000000..d9d6226 --- /dev/null +++ b/.history/src/views/ONE_20231204175930.vue @@ -0,0 +1,279 @@ + + + + + diff --git a/.history/src/views/ONE_20231204175952.vue b/.history/src/views/ONE_20231204175952.vue new file mode 100644 index 0000000..952d9fd --- /dev/null +++ b/.history/src/views/ONE_20231204175952.vue @@ -0,0 +1,284 @@ + + + + + diff --git a/.history/src/views/ONE_20231204180005.vue b/.history/src/views/ONE_20231204180005.vue new file mode 100644 index 0000000..0bedfff --- /dev/null +++ b/.history/src/views/ONE_20231204180005.vue @@ -0,0 +1,286 @@ + + + + + diff --git a/.history/src/views/ONE_20231204180117.vue b/.history/src/views/ONE_20231204180117.vue new file mode 100644 index 0000000..64f373f --- /dev/null +++ b/.history/src/views/ONE_20231204180117.vue @@ -0,0 +1,313 @@ + + + + + diff --git a/.history/src/views/ONE_20231204180124.vue b/.history/src/views/ONE_20231204180124.vue new file mode 100644 index 0000000..66694fa --- /dev/null +++ b/.history/src/views/ONE_20231204180124.vue @@ -0,0 +1,313 @@ + + + + + diff --git a/.history/src/views/ONE_20231204180126.vue b/.history/src/views/ONE_20231204180126.vue new file mode 100644 index 0000000..ebfc35b --- /dev/null +++ b/.history/src/views/ONE_20231204180126.vue @@ -0,0 +1,313 @@ + + + + + diff --git a/.history/src/views/ONE_20231204180304.vue b/.history/src/views/ONE_20231204180304.vue new file mode 100644 index 0000000..0bd5a87 --- /dev/null +++ b/.history/src/views/ONE_20231204180304.vue @@ -0,0 +1,315 @@ + + + + + diff --git a/.history/src/views/ONE_20231204180334.vue b/.history/src/views/ONE_20231204180334.vue new file mode 100644 index 0000000..ee50027 --- /dev/null +++ b/.history/src/views/ONE_20231204180334.vue @@ -0,0 +1,315 @@ + + + + + diff --git a/.history/src/views/ONE_20231205083707.vue b/.history/src/views/ONE_20231205083707.vue new file mode 100644 index 0000000..c1c0bf0 --- /dev/null +++ b/.history/src/views/ONE_20231205083707.vue @@ -0,0 +1,315 @@ + + + + + diff --git a/.history/src/views/ONE_20231205083731.vue b/.history/src/views/ONE_20231205083731.vue new file mode 100644 index 0000000..5f5b269 --- /dev/null +++ b/.history/src/views/ONE_20231205083731.vue @@ -0,0 +1,315 @@ + + + + + diff --git a/.history/src/views/ONE_20231205083846.vue b/.history/src/views/ONE_20231205083846.vue new file mode 100644 index 0000000..35cca3a --- /dev/null +++ b/.history/src/views/ONE_20231205083846.vue @@ -0,0 +1,315 @@ + + + + + diff --git a/.history/src/views/ONE_20231205083911.vue b/.history/src/views/ONE_20231205083911.vue new file mode 100644 index 0000000..a375a27 --- /dev/null +++ b/.history/src/views/ONE_20231205083911.vue @@ -0,0 +1,315 @@ + + + + + diff --git a/.history/src/views/ONE_20231205084117.vue b/.history/src/views/ONE_20231205084117.vue new file mode 100644 index 0000000..7f1ce43 --- /dev/null +++ b/.history/src/views/ONE_20231205084117.vue @@ -0,0 +1,315 @@ + + + + + diff --git a/.history/src/views/ONE_20231205084306.vue b/.history/src/views/ONE_20231205084306.vue new file mode 100644 index 0000000..7e61d51 --- /dev/null +++ b/.history/src/views/ONE_20231205084306.vue @@ -0,0 +1,315 @@ + + + + + diff --git a/.history/src/views/ONE_20231205084618.vue b/.history/src/views/ONE_20231205084618.vue new file mode 100644 index 0000000..fbcd427 --- /dev/null +++ b/.history/src/views/ONE_20231205084618.vue @@ -0,0 +1,316 @@ + + + + + diff --git a/.history/src/views/ONE_20231205084711.vue b/.history/src/views/ONE_20231205084711.vue new file mode 100644 index 0000000..b3359da --- /dev/null +++ b/.history/src/views/ONE_20231205084711.vue @@ -0,0 +1,317 @@ + + + + + diff --git a/.history/src/views/ONE_20231205085035.vue b/.history/src/views/ONE_20231205085035.vue new file mode 100644 index 0000000..b8044c4 --- /dev/null +++ b/.history/src/views/ONE_20231205085035.vue @@ -0,0 +1,317 @@ + + + + + diff --git a/.history/src/views/ONE_20231205085130.vue b/.history/src/views/ONE_20231205085130.vue new file mode 100644 index 0000000..31815d5 --- /dev/null +++ b/.history/src/views/ONE_20231205085130.vue @@ -0,0 +1,317 @@ + + + + + diff --git a/.history/src/views/ONE_20231205085215.vue b/.history/src/views/ONE_20231205085215.vue new file mode 100644 index 0000000..acd6782 --- /dev/null +++ b/.history/src/views/ONE_20231205085215.vue @@ -0,0 +1,316 @@ + + + + + diff --git a/.history/src/views/ONE_20231205085254.vue b/.history/src/views/ONE_20231205085254.vue new file mode 100644 index 0000000..4a5264e --- /dev/null +++ b/.history/src/views/ONE_20231205085254.vue @@ -0,0 +1,318 @@ + + + + + diff --git a/.history/src/views/ONE_20231205085544.vue b/.history/src/views/ONE_20231205085544.vue new file mode 100644 index 0000000..884acb5 --- /dev/null +++ b/.history/src/views/ONE_20231205085544.vue @@ -0,0 +1,319 @@ + + + + + diff --git a/.history/src/views/ONE_20231205085607.vue b/.history/src/views/ONE_20231205085607.vue new file mode 100644 index 0000000..9e7a92b --- /dev/null +++ b/.history/src/views/ONE_20231205085607.vue @@ -0,0 +1,325 @@ + + + + + diff --git a/.history/src/views/ONE_20231205085631.vue b/.history/src/views/ONE_20231205085631.vue new file mode 100644 index 0000000..edf68ca --- /dev/null +++ b/.history/src/views/ONE_20231205085631.vue @@ -0,0 +1,325 @@ + + + + + diff --git a/.history/src/views/ONE_20231205085741.vue b/.history/src/views/ONE_20231205085741.vue new file mode 100644 index 0000000..e00e1f9 --- /dev/null +++ b/.history/src/views/ONE_20231205085741.vue @@ -0,0 +1,325 @@ + + + + + diff --git a/.history/src/views/ONE_20231205085758.vue b/.history/src/views/ONE_20231205085758.vue new file mode 100644 index 0000000..92a0d13 --- /dev/null +++ b/.history/src/views/ONE_20231205085758.vue @@ -0,0 +1,325 @@ + + + + + diff --git a/.history/src/views/ONE_20231205085911.vue b/.history/src/views/ONE_20231205085911.vue new file mode 100644 index 0000000..e8a853b --- /dev/null +++ b/.history/src/views/ONE_20231205085911.vue @@ -0,0 +1,325 @@ + + + + + diff --git a/.history/src/views/ONE_20231205085927.vue b/.history/src/views/ONE_20231205085927.vue new file mode 100644 index 0000000..4199257 --- /dev/null +++ b/.history/src/views/ONE_20231205085927.vue @@ -0,0 +1,325 @@ + + + + + diff --git a/.history/src/views/ONE_20231205085937.vue b/.history/src/views/ONE_20231205085937.vue new file mode 100644 index 0000000..990e4f6 --- /dev/null +++ b/.history/src/views/ONE_20231205085937.vue @@ -0,0 +1,325 @@ + + + + + diff --git a/.history/src/views/ONE_20231205085948.vue b/.history/src/views/ONE_20231205085948.vue new file mode 100644 index 0000000..c56beb1 --- /dev/null +++ b/.history/src/views/ONE_20231205085948.vue @@ -0,0 +1,325 @@ + + + + + diff --git a/.history/src/views/ONE_20231205090037.vue b/.history/src/views/ONE_20231205090037.vue new file mode 100644 index 0000000..f140194 --- /dev/null +++ b/.history/src/views/ONE_20231205090037.vue @@ -0,0 +1,325 @@ + + + + + diff --git a/.history/src/views/ONE_20231205090056.vue b/.history/src/views/ONE_20231205090056.vue new file mode 100644 index 0000000..6ec6b1f --- /dev/null +++ b/.history/src/views/ONE_20231205090056.vue @@ -0,0 +1,325 @@ + + + + + diff --git a/.history/src/views/ONE_20231205090104.vue b/.history/src/views/ONE_20231205090104.vue new file mode 100644 index 0000000..7d131ca --- /dev/null +++ b/.history/src/views/ONE_20231205090104.vue @@ -0,0 +1,330 @@ + + + + + diff --git a/.history/src/views/ONE_20231205090119.vue b/.history/src/views/ONE_20231205090119.vue new file mode 100644 index 0000000..b013d5d --- /dev/null +++ b/.history/src/views/ONE_20231205090119.vue @@ -0,0 +1,330 @@ + + + + + diff --git a/.history/src/views/ONE_20231205090240.vue b/.history/src/views/ONE_20231205090240.vue new file mode 100644 index 0000000..c42433d --- /dev/null +++ b/.history/src/views/ONE_20231205090240.vue @@ -0,0 +1,330 @@ + + + + + diff --git a/.history/src/views/ONE_20231205090309.vue b/.history/src/views/ONE_20231205090309.vue new file mode 100644 index 0000000..ae59e0a --- /dev/null +++ b/.history/src/views/ONE_20231205090309.vue @@ -0,0 +1,332 @@ + + + + + diff --git a/.history/src/views/ONE_20231205090318.vue b/.history/src/views/ONE_20231205090318.vue new file mode 100644 index 0000000..d07efdf --- /dev/null +++ b/.history/src/views/ONE_20231205090318.vue @@ -0,0 +1,333 @@ + + + + + diff --git a/.history/src/views/ONE_20231205090541.vue b/.history/src/views/ONE_20231205090541.vue new file mode 100644 index 0000000..43528ca --- /dev/null +++ b/.history/src/views/ONE_20231205090541.vue @@ -0,0 +1,331 @@ + + + + + diff --git a/.history/src/views/ONE_20231205090654.vue b/.history/src/views/ONE_20231205090654.vue new file mode 100644 index 0000000..6833f49 --- /dev/null +++ b/.history/src/views/ONE_20231205090654.vue @@ -0,0 +1,335 @@ + + + + + diff --git a/.history/src/views/ONE_20231205090711.vue b/.history/src/views/ONE_20231205090711.vue new file mode 100644 index 0000000..6833f49 --- /dev/null +++ b/.history/src/views/ONE_20231205090711.vue @@ -0,0 +1,335 @@ + + + + + diff --git a/.history/src/views/ONE_20231205090748.vue b/.history/src/views/ONE_20231205090748.vue new file mode 100644 index 0000000..8e95ee3 --- /dev/null +++ b/.history/src/views/ONE_20231205090748.vue @@ -0,0 +1,336 @@ + + + + + diff --git a/.history/src/views/ONE_20231205090851.vue b/.history/src/views/ONE_20231205090851.vue new file mode 100644 index 0000000..0880a89 --- /dev/null +++ b/.history/src/views/ONE_20231205090851.vue @@ -0,0 +1,336 @@ + + + + + diff --git a/.history/src/views/ONE_20231205090918.vue b/.history/src/views/ONE_20231205090918.vue new file mode 100644 index 0000000..d405971 --- /dev/null +++ b/.history/src/views/ONE_20231205090918.vue @@ -0,0 +1,336 @@ + + + + + diff --git a/.history/src/views/ONE_20231205090936.vue b/.history/src/views/ONE_20231205090936.vue new file mode 100644 index 0000000..83d9b94 --- /dev/null +++ b/.history/src/views/ONE_20231205090936.vue @@ -0,0 +1,336 @@ + + + + + diff --git a/.history/src/views/ONE_20231205092530.vue b/.history/src/views/ONE_20231205092530.vue new file mode 100644 index 0000000..3b86904 --- /dev/null +++ b/.history/src/views/ONE_20231205092530.vue @@ -0,0 +1,333 @@ + + + + + diff --git a/.history/src/views/ONE_20231205093455.vue b/.history/src/views/ONE_20231205093455.vue new file mode 100644 index 0000000..20862e6 --- /dev/null +++ b/.history/src/views/ONE_20231205093455.vue @@ -0,0 +1,336 @@ + + + + + diff --git a/.history/src/views/ONE_20231205093541.vue b/.history/src/views/ONE_20231205093541.vue new file mode 100644 index 0000000..090ac4f --- /dev/null +++ b/.history/src/views/ONE_20231205093541.vue @@ -0,0 +1,337 @@ + + + + + diff --git a/.history/src/views/ONE_20231205093552.vue b/.history/src/views/ONE_20231205093552.vue new file mode 100644 index 0000000..f01cdd3 --- /dev/null +++ b/.history/src/views/ONE_20231205093552.vue @@ -0,0 +1,337 @@ + + + + + diff --git a/.history/src/views/ONE_20231205093618.vue b/.history/src/views/ONE_20231205093618.vue new file mode 100644 index 0000000..e16b4ac --- /dev/null +++ b/.history/src/views/ONE_20231205093618.vue @@ -0,0 +1,338 @@ + + + + + diff --git a/.history/src/views/ONE_20231205093651.vue b/.history/src/views/ONE_20231205093651.vue new file mode 100644 index 0000000..cd30bf3 --- /dev/null +++ b/.history/src/views/ONE_20231205093651.vue @@ -0,0 +1,338 @@ + + + + + diff --git a/.history/src/views/ONE_20231205093724.vue b/.history/src/views/ONE_20231205093724.vue new file mode 100644 index 0000000..e16b4ac --- /dev/null +++ b/.history/src/views/ONE_20231205093724.vue @@ -0,0 +1,338 @@ + + + + + diff --git a/.history/src/views/ONE_20231205093812.vue b/.history/src/views/ONE_20231205093812.vue new file mode 100644 index 0000000..bb36331 --- /dev/null +++ b/.history/src/views/ONE_20231205093812.vue @@ -0,0 +1,339 @@ + + + + + diff --git a/.history/src/views/ONE_20231205093916.vue b/.history/src/views/ONE_20231205093916.vue new file mode 100644 index 0000000..2447810 --- /dev/null +++ b/.history/src/views/ONE_20231205093916.vue @@ -0,0 +1,339 @@ + + + + + diff --git a/.history/src/views/ONE_20231205093922.vue b/.history/src/views/ONE_20231205093922.vue new file mode 100644 index 0000000..a319e8a --- /dev/null +++ b/.history/src/views/ONE_20231205093922.vue @@ -0,0 +1,338 @@ + + + + + diff --git a/.history/src/views/ONE_20231205093926.vue b/.history/src/views/ONE_20231205093926.vue new file mode 100644 index 0000000..e1d1ac6 --- /dev/null +++ b/.history/src/views/ONE_20231205093926.vue @@ -0,0 +1,338 @@ + + + + + diff --git a/.history/src/views/ONE_20231205093949.vue b/.history/src/views/ONE_20231205093949.vue new file mode 100644 index 0000000..68aebeb --- /dev/null +++ b/.history/src/views/ONE_20231205093949.vue @@ -0,0 +1,338 @@ + + + + + diff --git a/.history/src/views/ONE_20231205093952.vue b/.history/src/views/ONE_20231205093952.vue new file mode 100644 index 0000000..aea9f15 --- /dev/null +++ b/.history/src/views/ONE_20231205093952.vue @@ -0,0 +1,338 @@ + + + + + diff --git a/.history/src/views/ONE_20231205094011.vue b/.history/src/views/ONE_20231205094011.vue new file mode 100644 index 0000000..569c64c --- /dev/null +++ b/.history/src/views/ONE_20231205094011.vue @@ -0,0 +1,339 @@ + + + + + diff --git a/.history/src/views/ONE_20231205094341.vue b/.history/src/views/ONE_20231205094341.vue new file mode 100644 index 0000000..65a72f9 --- /dev/null +++ b/.history/src/views/ONE_20231205094341.vue @@ -0,0 +1,339 @@ + + + + + diff --git a/.history/src/views/ONE_20231205094409.vue b/.history/src/views/ONE_20231205094409.vue new file mode 100644 index 0000000..1756eda --- /dev/null +++ b/.history/src/views/ONE_20231205094409.vue @@ -0,0 +1,339 @@ + + + + + diff --git a/.history/src/views/ONE_20231205094415.vue b/.history/src/views/ONE_20231205094415.vue new file mode 100644 index 0000000..20cc610 --- /dev/null +++ b/.history/src/views/ONE_20231205094415.vue @@ -0,0 +1,339 @@ + + + + + diff --git a/.history/src/views/ONE_20231205094426.vue b/.history/src/views/ONE_20231205094426.vue new file mode 100644 index 0000000..fcf7040 --- /dev/null +++ b/.history/src/views/ONE_20231205094426.vue @@ -0,0 +1,339 @@ + + + + + diff --git a/.history/src/views/ONE_20231205094453.vue b/.history/src/views/ONE_20231205094453.vue new file mode 100644 index 0000000..d10c7ec --- /dev/null +++ b/.history/src/views/ONE_20231205094453.vue @@ -0,0 +1,340 @@ + + + + + diff --git a/.history/src/views/ONE_20231205094532.vue b/.history/src/views/ONE_20231205094532.vue new file mode 100644 index 0000000..888e9a9 --- /dev/null +++ b/.history/src/views/ONE_20231205094532.vue @@ -0,0 +1,340 @@ + + + + + diff --git a/.history/src/views/ONE_20231205094604.vue b/.history/src/views/ONE_20231205094604.vue new file mode 100644 index 0000000..b9e3fae --- /dev/null +++ b/.history/src/views/ONE_20231205094604.vue @@ -0,0 +1,340 @@ + + + + + diff --git a/.history/src/views/ONE_20231205094614.vue b/.history/src/views/ONE_20231205094614.vue new file mode 100644 index 0000000..f62e152 --- /dev/null +++ b/.history/src/views/ONE_20231205094614.vue @@ -0,0 +1,340 @@ + + + + + diff --git a/.history/src/views/ONE_20231205094802.vue b/.history/src/views/ONE_20231205094802.vue new file mode 100644 index 0000000..a298943 --- /dev/null +++ b/.history/src/views/ONE_20231205094802.vue @@ -0,0 +1,341 @@ + + + + + diff --git a/.history/src/views/ONE_20231205094859.vue b/.history/src/views/ONE_20231205094859.vue new file mode 100644 index 0000000..48024bf --- /dev/null +++ b/.history/src/views/ONE_20231205094859.vue @@ -0,0 +1,340 @@ + + + + + diff --git a/.history/src/views/ONE_20231205094914.vue b/.history/src/views/ONE_20231205094914.vue new file mode 100644 index 0000000..0f6e5bf --- /dev/null +++ b/.history/src/views/ONE_20231205094914.vue @@ -0,0 +1,341 @@ + + + + + diff --git a/.history/src/views/ONE_20231205094937.vue b/.history/src/views/ONE_20231205094937.vue new file mode 100644 index 0000000..91bd4d9 --- /dev/null +++ b/.history/src/views/ONE_20231205094937.vue @@ -0,0 +1,340 @@ + + + + + diff --git a/.history/src/views/ONE_20231205094949.vue b/.history/src/views/ONE_20231205094949.vue new file mode 100644 index 0000000..91bd4d9 --- /dev/null +++ b/.history/src/views/ONE_20231205094949.vue @@ -0,0 +1,340 @@ + + + + + diff --git a/.history/src/views/ONE_20231205094957.vue b/.history/src/views/ONE_20231205094957.vue new file mode 100644 index 0000000..a964664 --- /dev/null +++ b/.history/src/views/ONE_20231205094957.vue @@ -0,0 +1,340 @@ + + + + + diff --git a/.history/src/views/ONE_20231205095012.vue b/.history/src/views/ONE_20231205095012.vue new file mode 100644 index 0000000..3337e26 --- /dev/null +++ b/.history/src/views/ONE_20231205095012.vue @@ -0,0 +1,340 @@ + + + + + diff --git a/.history/src/views/ONE_20231205095013.vue b/.history/src/views/ONE_20231205095013.vue new file mode 100644 index 0000000..3337e26 --- /dev/null +++ b/.history/src/views/ONE_20231205095013.vue @@ -0,0 +1,340 @@ + + + + + diff --git a/.history/src/views/ONE_20231205095027.vue b/.history/src/views/ONE_20231205095027.vue new file mode 100644 index 0000000..9b50aab --- /dev/null +++ b/.history/src/views/ONE_20231205095027.vue @@ -0,0 +1,340 @@ + + + + + diff --git a/.history/src/views/ONE_20231205095103.vue b/.history/src/views/ONE_20231205095103.vue new file mode 100644 index 0000000..4d7aa77 --- /dev/null +++ b/.history/src/views/ONE_20231205095103.vue @@ -0,0 +1,340 @@ + + + + + diff --git a/.history/src/views/ONE_20231205095106.vue b/.history/src/views/ONE_20231205095106.vue new file mode 100644 index 0000000..cfdc315 --- /dev/null +++ b/.history/src/views/ONE_20231205095106.vue @@ -0,0 +1,342 @@ + + + + + diff --git a/.history/src/views/ONE_20231205095132.vue b/.history/src/views/ONE_20231205095132.vue new file mode 100644 index 0000000..0091214 --- /dev/null +++ b/.history/src/views/ONE_20231205095132.vue @@ -0,0 +1,343 @@ + + + + + diff --git a/.history/src/views/ONE_20231205095143.vue b/.history/src/views/ONE_20231205095143.vue new file mode 100644 index 0000000..52c56a5 --- /dev/null +++ b/.history/src/views/ONE_20231205095143.vue @@ -0,0 +1,338 @@ + + + + + diff --git a/.history/src/views/ONE_20231205095254.vue b/.history/src/views/ONE_20231205095254.vue new file mode 100644 index 0000000..3a584c9 --- /dev/null +++ b/.history/src/views/ONE_20231205095254.vue @@ -0,0 +1,338 @@ + + + + + diff --git a/.history/src/views/ONE_20231205095406.vue b/.history/src/views/ONE_20231205095406.vue new file mode 100644 index 0000000..1b3f93f --- /dev/null +++ b/.history/src/views/ONE_20231205095406.vue @@ -0,0 +1,339 @@ + + + + + diff --git a/.history/src/views/ONE_20231205095409.vue b/.history/src/views/ONE_20231205095409.vue new file mode 100644 index 0000000..8accbf5 --- /dev/null +++ b/.history/src/views/ONE_20231205095409.vue @@ -0,0 +1,339 @@ + + + + + diff --git a/.history/src/views/ONE_20231205095459.vue b/.history/src/views/ONE_20231205095459.vue new file mode 100644 index 0000000..5b7125d --- /dev/null +++ b/.history/src/views/ONE_20231205095459.vue @@ -0,0 +1,339 @@ + + + + + diff --git a/.history/src/views/TAN_20231204154840.vue b/.history/src/views/TAN_20231204154840.vue new file mode 100644 index 0000000..708dc50 --- /dev/null +++ b/.history/src/views/TAN_20231204154840.vue @@ -0,0 +1,2373 @@ + + + diff --git a/.history/src/views/TAN_20231204154845.vue b/.history/src/views/TAN_20231204154845.vue new file mode 100644 index 0000000..0b401b6 --- /dev/null +++ b/.history/src/views/TAN_20231204154845.vue @@ -0,0 +1,2373 @@ + + + diff --git a/.history/src/views/TAN_20231204154857.vue b/.history/src/views/TAN_20231204154857.vue new file mode 100644 index 0000000..f739e77 --- /dev/null +++ b/.history/src/views/TAN_20231204154857.vue @@ -0,0 +1,2373 @@ + + + diff --git a/.history/src/views/TAN_20231204154919.vue b/.history/src/views/TAN_20231204154919.vue new file mode 100644 index 0000000..40d595b --- /dev/null +++ b/.history/src/views/TAN_20231204154919.vue @@ -0,0 +1,2373 @@ + + + diff --git a/.history/src/views/TAN_20231204154942.vue b/.history/src/views/TAN_20231204154942.vue new file mode 100644 index 0000000..179e5c6 --- /dev/null +++ b/.history/src/views/TAN_20231204154942.vue @@ -0,0 +1,2373 @@ + + + diff --git a/.history/src/views/TAN_20231204154959.vue b/.history/src/views/TAN_20231204154959.vue new file mode 100644 index 0000000..f169af9 --- /dev/null +++ b/.history/src/views/TAN_20231204154959.vue @@ -0,0 +1,2373 @@ + + + diff --git a/.history/src/views/TAN_20231204155003.vue b/.history/src/views/TAN_20231204155003.vue new file mode 100644 index 0000000..100c63f --- /dev/null +++ b/.history/src/views/TAN_20231204155003.vue @@ -0,0 +1,2373 @@ + + + diff --git a/.history/src/views/TAN_20231204155015.vue b/.history/src/views/TAN_20231204155015.vue new file mode 100644 index 0000000..4b89110 --- /dev/null +++ b/.history/src/views/TAN_20231204155015.vue @@ -0,0 +1,2373 @@ + + + diff --git a/.history/src/views/TAN_20231204155936.vue b/.history/src/views/TAN_20231204155936.vue new file mode 100644 index 0000000..4b89110 --- /dev/null +++ b/.history/src/views/TAN_20231204155936.vue @@ -0,0 +1,2373 @@ + + + diff --git a/.history/src/views/TAN_20231204160020.vue b/.history/src/views/TAN_20231204160020.vue new file mode 100644 index 0000000..7da7def --- /dev/null +++ b/.history/src/views/TAN_20231204160020.vue @@ -0,0 +1,2373 @@ + + + diff --git a/.history/src/views/TAN_20231204160034.vue b/.history/src/views/TAN_20231204160034.vue new file mode 100644 index 0000000..0b2f738 --- /dev/null +++ b/.history/src/views/TAN_20231204160034.vue @@ -0,0 +1,2373 @@ + + + diff --git a/.history/src/views/TAN_20231204160055.vue b/.history/src/views/TAN_20231204160055.vue new file mode 100644 index 0000000..47bbeb3 --- /dev/null +++ b/.history/src/views/TAN_20231204160055.vue @@ -0,0 +1,2373 @@ + + + diff --git a/.history/src/views/TAN_20231204160109.vue b/.history/src/views/TAN_20231204160109.vue new file mode 100644 index 0000000..cbef2d2 --- /dev/null +++ b/.history/src/views/TAN_20231204160109.vue @@ -0,0 +1,2373 @@ + + + diff --git a/.history/src/views/TAN_20231204161229.vue b/.history/src/views/TAN_20231204161229.vue new file mode 100644 index 0000000..ee60bcc --- /dev/null +++ b/.history/src/views/TAN_20231204161229.vue @@ -0,0 +1,2373 @@ + + + diff --git a/.history/src/views/TAN_20231204161243.vue b/.history/src/views/TAN_20231204161243.vue new file mode 100644 index 0000000..c97358b --- /dev/null +++ b/.history/src/views/TAN_20231204161243.vue @@ -0,0 +1,2373 @@ + + + diff --git a/.history/src/views/TAN_20231204162017.vue b/.history/src/views/TAN_20231204162017.vue new file mode 100644 index 0000000..1235547 --- /dev/null +++ b/.history/src/views/TAN_20231204162017.vue @@ -0,0 +1,2373 @@ + + + diff --git a/.history/src/views/TAN_20231204162025.vue b/.history/src/views/TAN_20231204162025.vue new file mode 100644 index 0000000..2d701c3 --- /dev/null +++ b/.history/src/views/TAN_20231204162025.vue @@ -0,0 +1,2373 @@ + + + diff --git a/.history/src/views/TAN_20231205101743.vue b/.history/src/views/TAN_20231205101743.vue new file mode 100644 index 0000000..2a85dde --- /dev/null +++ b/.history/src/views/TAN_20231205101743.vue @@ -0,0 +1,2373 @@ + + + diff --git a/.history/src/views/TAN_20231205102213.vue b/.history/src/views/TAN_20231205102213.vue new file mode 100644 index 0000000..91c5f1e --- /dev/null +++ b/.history/src/views/TAN_20231205102213.vue @@ -0,0 +1,2373 @@ + + + diff --git a/.history/src/views/TAN_20231205102215.vue b/.history/src/views/TAN_20231205102215.vue new file mode 100644 index 0000000..91c5f1e --- /dev/null +++ b/.history/src/views/TAN_20231205102215.vue @@ -0,0 +1,2373 @@ + + + diff --git a/.history/src/views/TAN_20231205102434.vue b/.history/src/views/TAN_20231205102434.vue new file mode 100644 index 0000000..64cab93 --- /dev/null +++ b/.history/src/views/TAN_20231205102434.vue @@ -0,0 +1,2373 @@ + + + diff --git a/.history/src/views/TAN_20231205102442.vue b/.history/src/views/TAN_20231205102442.vue new file mode 100644 index 0000000..417d581 --- /dev/null +++ b/.history/src/views/TAN_20231205102442.vue @@ -0,0 +1,2373 @@ + + + diff --git a/.history/src/views/TAN_20231205102507.vue b/.history/src/views/TAN_20231205102507.vue new file mode 100644 index 0000000..33646a6 --- /dev/null +++ b/.history/src/views/TAN_20231205102507.vue @@ -0,0 +1,2371 @@ + + + diff --git a/.history/src/views/TAN_20231205102554.vue b/.history/src/views/TAN_20231205102554.vue new file mode 100644 index 0000000..971451d --- /dev/null +++ b/.history/src/views/TAN_20231205102554.vue @@ -0,0 +1,2371 @@ + + + diff --git a/.history/src/views/TAN_20231205102712.vue b/.history/src/views/TAN_20231205102712.vue new file mode 100644 index 0000000..5e840a5 --- /dev/null +++ b/.history/src/views/TAN_20231205102712.vue @@ -0,0 +1,2371 @@ + + + diff --git a/.history/src/views/TAN_20231205102800.vue b/.history/src/views/TAN_20231205102800.vue new file mode 100644 index 0000000..91c5f1e --- /dev/null +++ b/.history/src/views/TAN_20231205102800.vue @@ -0,0 +1,2373 @@ + + + diff --git a/.history/src/views/TAN_20231205102832.vue b/.history/src/views/TAN_20231205102832.vue new file mode 100644 index 0000000..417d581 --- /dev/null +++ b/.history/src/views/TAN_20231205102832.vue @@ -0,0 +1,2373 @@ + + + diff --git a/.history/src/views/TAN_20231205102958.vue b/.history/src/views/TAN_20231205102958.vue new file mode 100644 index 0000000..d6049dc --- /dev/null +++ b/.history/src/views/TAN_20231205102958.vue @@ -0,0 +1,2373 @@ + + + diff --git a/.history/src/views/TAN_20231205103034.vue b/.history/src/views/TAN_20231205103034.vue new file mode 100644 index 0000000..955c8e1 --- /dev/null +++ b/.history/src/views/TAN_20231205103034.vue @@ -0,0 +1,2373 @@ + + + diff --git a/.history/src/views/TAN_20231205103100.vue b/.history/src/views/TAN_20231205103100.vue new file mode 100644 index 0000000..7578f19 --- /dev/null +++ b/.history/src/views/TAN_20231205103100.vue @@ -0,0 +1,2373 @@ + + + diff --git a/.history/src/views/TAN_20231205103318.vue b/.history/src/views/TAN_20231205103318.vue new file mode 100644 index 0000000..91c5f1e --- /dev/null +++ b/.history/src/views/TAN_20231205103318.vue @@ -0,0 +1,2373 @@ + + + diff --git a/.history/src/views/TAN_20231205103711.vue b/.history/src/views/TAN_20231205103711.vue new file mode 100644 index 0000000..c7f12b8 --- /dev/null +++ b/.history/src/views/TAN_20231205103711.vue @@ -0,0 +1,2375 @@ + + + diff --git a/.history/src/views/TAN_20231205103720.vue b/.history/src/views/TAN_20231205103720.vue new file mode 100644 index 0000000..7c940f8 --- /dev/null +++ b/.history/src/views/TAN_20231205103720.vue @@ -0,0 +1,2375 @@ + + + diff --git a/.history/src/views/TAN_20231205103726.vue b/.history/src/views/TAN_20231205103726.vue new file mode 100644 index 0000000..b154245 --- /dev/null +++ b/.history/src/views/TAN_20231205103726.vue @@ -0,0 +1,2375 @@ + + + diff --git a/.history/src/views/TAN_20231205103741.vue b/.history/src/views/TAN_20231205103741.vue new file mode 100644 index 0000000..88127fe --- /dev/null +++ b/.history/src/views/TAN_20231205103741.vue @@ -0,0 +1,2375 @@ + + + diff --git a/.history/src/views/TAN_20231205103745.vue b/.history/src/views/TAN_20231205103745.vue new file mode 100644 index 0000000..1d8b703 --- /dev/null +++ b/.history/src/views/TAN_20231205103745.vue @@ -0,0 +1,2375 @@ + + + diff --git a/.history/src/views/TAN_20231205104041.vue b/.history/src/views/TAN_20231205104041.vue new file mode 100644 index 0000000..94c8716 --- /dev/null +++ b/.history/src/views/TAN_20231205104041.vue @@ -0,0 +1,2375 @@ + + + diff --git a/.history/src/views/TAN_20231205104055.vue b/.history/src/views/TAN_20231205104055.vue new file mode 100644 index 0000000..b622ae3 --- /dev/null +++ b/.history/src/views/TAN_20231205104055.vue @@ -0,0 +1,2375 @@ + + + diff --git a/.history/src/views/TAN_20231205104120.vue b/.history/src/views/TAN_20231205104120.vue new file mode 100644 index 0000000..b622ae3 --- /dev/null +++ b/.history/src/views/TAN_20231205104120.vue @@ -0,0 +1,2375 @@ + + + diff --git a/.history/src/views/TAN_20231205104143.vue b/.history/src/views/TAN_20231205104143.vue new file mode 100644 index 0000000..94c8716 --- /dev/null +++ b/.history/src/views/TAN_20231205104143.vue @@ -0,0 +1,2375 @@ + + + diff --git a/.history/src/views/TAN_20231205104149.vue b/.history/src/views/TAN_20231205104149.vue new file mode 100644 index 0000000..94c8716 --- /dev/null +++ b/.history/src/views/TAN_20231205104149.vue @@ -0,0 +1,2375 @@ + + + diff --git a/.history/src/views/TAN_20231205104221.vue b/.history/src/views/TAN_20231205104221.vue new file mode 100644 index 0000000..fd6c921 --- /dev/null +++ b/.history/src/views/TAN_20231205104221.vue @@ -0,0 +1,2376 @@ + + + diff --git a/.history/src/views/TAN_20231205104231.vue b/.history/src/views/TAN_20231205104231.vue new file mode 100644 index 0000000..27803b3 --- /dev/null +++ b/.history/src/views/TAN_20231205104231.vue @@ -0,0 +1,2374 @@ + + + diff --git a/.history/src/views/TAN_20231205104239.vue b/.history/src/views/TAN_20231205104239.vue new file mode 100644 index 0000000..94c8716 --- /dev/null +++ b/.history/src/views/TAN_20231205104239.vue @@ -0,0 +1,2375 @@ + + + diff --git a/.history/src/views/TAN_20231205104305.vue b/.history/src/views/TAN_20231205104305.vue new file mode 100644 index 0000000..f3ad01a --- /dev/null +++ b/.history/src/views/TAN_20231205104305.vue @@ -0,0 +1,2375 @@ + + + diff --git a/.history/src/views/TAN_20231205104319.vue b/.history/src/views/TAN_20231205104319.vue new file mode 100644 index 0000000..037b8c8 --- /dev/null +++ b/.history/src/views/TAN_20231205104319.vue @@ -0,0 +1,2375 @@ + + + diff --git a/.history/src/views/TAN_20231205104325.vue b/.history/src/views/TAN_20231205104325.vue new file mode 100644 index 0000000..f4d14dc --- /dev/null +++ b/.history/src/views/TAN_20231205104325.vue @@ -0,0 +1,2376 @@ + + + diff --git a/.history/src/views/TAN_20231205104350.vue b/.history/src/views/TAN_20231205104350.vue new file mode 100644 index 0000000..cd28e19 --- /dev/null +++ b/.history/src/views/TAN_20231205104350.vue @@ -0,0 +1,2380 @@ + + + diff --git a/.history/src/views/TAN_20231205104408.vue b/.history/src/views/TAN_20231205104408.vue new file mode 100644 index 0000000..ac25a9f --- /dev/null +++ b/.history/src/views/TAN_20231205104408.vue @@ -0,0 +1,2380 @@ + + + diff --git a/.history/src/views/TAN_20231205104452.vue b/.history/src/views/TAN_20231205104452.vue new file mode 100644 index 0000000..f3ad01a --- /dev/null +++ b/.history/src/views/TAN_20231205104452.vue @@ -0,0 +1,2375 @@ + + + diff --git a/.history/src/views/TAN_20231205104512.vue b/.history/src/views/TAN_20231205104512.vue new file mode 100644 index 0000000..037b8c8 --- /dev/null +++ b/.history/src/views/TAN_20231205104512.vue @@ -0,0 +1,2375 @@ + + + diff --git a/.history/src/views/TAN_20231205104542.vue b/.history/src/views/TAN_20231205104542.vue new file mode 100644 index 0000000..c0bf0e5 --- /dev/null +++ b/.history/src/views/TAN_20231205104542.vue @@ -0,0 +1,2375 @@ + + + diff --git a/.history/src/views/TAN_20231205104621.vue b/.history/src/views/TAN_20231205104621.vue new file mode 100644 index 0000000..1ef7294 --- /dev/null +++ b/.history/src/views/TAN_20231205104621.vue @@ -0,0 +1,2380 @@ + + + diff --git a/.history/src/views/TAN_20231205104647.vue b/.history/src/views/TAN_20231205104647.vue new file mode 100644 index 0000000..0ab7d68 --- /dev/null +++ b/.history/src/views/TAN_20231205104647.vue @@ -0,0 +1,2381 @@ + + + diff --git a/.history/src/views/TAN_20231205104658.vue b/.history/src/views/TAN_20231205104658.vue new file mode 100644 index 0000000..1ef7294 --- /dev/null +++ b/.history/src/views/TAN_20231205104658.vue @@ -0,0 +1,2380 @@ + + + diff --git a/.history/src/views/TAN_20231205104711.vue b/.history/src/views/TAN_20231205104711.vue new file mode 100644 index 0000000..5ae8baa --- /dev/null +++ b/.history/src/views/TAN_20231205104711.vue @@ -0,0 +1,2380 @@ + + + diff --git a/.history/src/views/TAN_20231205104733.vue b/.history/src/views/TAN_20231205104733.vue new file mode 100644 index 0000000..1ef7294 --- /dev/null +++ b/.history/src/views/TAN_20231205104733.vue @@ -0,0 +1,2380 @@ + + + diff --git a/.history/src/views/TAN_20231205104737.vue b/.history/src/views/TAN_20231205104737.vue new file mode 100644 index 0000000..96cfdef --- /dev/null +++ b/.history/src/views/TAN_20231205104737.vue @@ -0,0 +1,2381 @@ + + + diff --git a/.history/src/views/TAN_20231205104745.vue b/.history/src/views/TAN_20231205104745.vue new file mode 100644 index 0000000..9b32b8e --- /dev/null +++ b/.history/src/views/TAN_20231205104745.vue @@ -0,0 +1,2381 @@ + + + diff --git a/.history/src/views/TAN_20231205104803.vue b/.history/src/views/TAN_20231205104803.vue new file mode 100644 index 0000000..3480893 --- /dev/null +++ b/.history/src/views/TAN_20231205104803.vue @@ -0,0 +1,2382 @@ + + + diff --git a/.history/src/views/TAN_20231205105255.vue b/.history/src/views/TAN_20231205105255.vue new file mode 100644 index 0000000..1d6c939 --- /dev/null +++ b/.history/src/views/TAN_20231205105255.vue @@ -0,0 +1,2382 @@ + + + diff --git a/.history/src/views/TAN_20231205105312.vue b/.history/src/views/TAN_20231205105312.vue new file mode 100644 index 0000000..7245af0 --- /dev/null +++ b/.history/src/views/TAN_20231205105312.vue @@ -0,0 +1,2382 @@ + + + diff --git a/.history/src/views/TAN_20231205105337.vue b/.history/src/views/TAN_20231205105337.vue new file mode 100644 index 0000000..5270482 --- /dev/null +++ b/.history/src/views/TAN_20231205105337.vue @@ -0,0 +1,2382 @@ + + + diff --git a/.history/src/views/TAN_20231205105404.vue b/.history/src/views/TAN_20231205105404.vue new file mode 100644 index 0000000..3e5c9e3 --- /dev/null +++ b/.history/src/views/TAN_20231205105404.vue @@ -0,0 +1,2382 @@ + + + diff --git a/.history/src/views/TAN_20231205105416.vue b/.history/src/views/TAN_20231205105416.vue new file mode 100644 index 0000000..c6a2e9b --- /dev/null +++ b/.history/src/views/TAN_20231205105416.vue @@ -0,0 +1,2382 @@ + + + diff --git a/.history/src/views/TAN_20231205105450.vue b/.history/src/views/TAN_20231205105450.vue new file mode 100644 index 0000000..e92430b --- /dev/null +++ b/.history/src/views/TAN_20231205105450.vue @@ -0,0 +1,2382 @@ + + + diff --git a/.history/src/views/TAN_20231205105510.vue b/.history/src/views/TAN_20231205105510.vue new file mode 100644 index 0000000..e92430b --- /dev/null +++ b/.history/src/views/TAN_20231205105510.vue @@ -0,0 +1,2382 @@ + + + diff --git a/.history/src/views/TAN_20231205105527.vue b/.history/src/views/TAN_20231205105527.vue new file mode 100644 index 0000000..082d100 --- /dev/null +++ b/.history/src/views/TAN_20231205105527.vue @@ -0,0 +1,2382 @@ + + + diff --git a/.history/src/views/TAN_20231205105528.vue b/.history/src/views/TAN_20231205105528.vue new file mode 100644 index 0000000..082d100 --- /dev/null +++ b/.history/src/views/TAN_20231205105528.vue @@ -0,0 +1,2382 @@ + + + diff --git a/.history/src/views/TAN_20231205105542.vue b/.history/src/views/TAN_20231205105542.vue new file mode 100644 index 0000000..709f104 --- /dev/null +++ b/.history/src/views/TAN_20231205105542.vue @@ -0,0 +1,2382 @@ + + + diff --git a/.history/src/views/TAN_20231205105558.vue b/.history/src/views/TAN_20231205105558.vue new file mode 100644 index 0000000..f9e8323 --- /dev/null +++ b/.history/src/views/TAN_20231205105558.vue @@ -0,0 +1,2382 @@ + + + diff --git a/.history/src/views/TAN_20231205105609.vue b/.history/src/views/TAN_20231205105609.vue new file mode 100644 index 0000000..52675a4 --- /dev/null +++ b/.history/src/views/TAN_20231205105609.vue @@ -0,0 +1,2382 @@ + + + diff --git a/.history/src/views/TAN_20231205105619.vue b/.history/src/views/TAN_20231205105619.vue new file mode 100644 index 0000000..5eb683d --- /dev/null +++ b/.history/src/views/TAN_20231205105619.vue @@ -0,0 +1,2382 @@ + + + diff --git a/.history/src/views/TAN_20231205105651.vue b/.history/src/views/TAN_20231205105651.vue new file mode 100644 index 0000000..c544a35 --- /dev/null +++ b/.history/src/views/TAN_20231205105651.vue @@ -0,0 +1,2382 @@ + + + diff --git a/.history/src/views/TAN_20231205105706.vue b/.history/src/views/TAN_20231205105706.vue new file mode 100644 index 0000000..bf218b5 --- /dev/null +++ b/.history/src/views/TAN_20231205105706.vue @@ -0,0 +1,2382 @@ + + + diff --git a/.history/src/views/TAN_20231205105711.vue b/.history/src/views/TAN_20231205105711.vue new file mode 100644 index 0000000..f21c042 --- /dev/null +++ b/.history/src/views/TAN_20231205105711.vue @@ -0,0 +1,2382 @@ + + + diff --git a/.history/src/views/TAN_20231205105724.vue b/.history/src/views/TAN_20231205105724.vue new file mode 100644 index 0000000..f0b53a7 --- /dev/null +++ b/.history/src/views/TAN_20231205105724.vue @@ -0,0 +1,2382 @@ + + + diff --git a/.history/src/views/TAN_20231205105736.vue b/.history/src/views/TAN_20231205105736.vue new file mode 100644 index 0000000..dbdd23e --- /dev/null +++ b/.history/src/views/TAN_20231205105736.vue @@ -0,0 +1,2382 @@ + + + diff --git a/.history/src/views/TAN_20231205105752.vue b/.history/src/views/TAN_20231205105752.vue new file mode 100644 index 0000000..fcb7386 --- /dev/null +++ b/.history/src/views/TAN_20231205105752.vue @@ -0,0 +1,2382 @@ + + + diff --git a/.history/src/views/TAN_20231205105948.vue b/.history/src/views/TAN_20231205105948.vue new file mode 100644 index 0000000..a75b419 --- /dev/null +++ b/.history/src/views/TAN_20231205105948.vue @@ -0,0 +1,2382 @@ + + + diff --git a/.history/src/views/TAN_20231205105950.vue b/.history/src/views/TAN_20231205105950.vue new file mode 100644 index 0000000..a75b419 --- /dev/null +++ b/.history/src/views/TAN_20231205105950.vue @@ -0,0 +1,2382 @@ + + + diff --git a/.history/src/views/TAN_20231205110044.vue b/.history/src/views/TAN_20231205110044.vue new file mode 100644 index 0000000..fa29327 --- /dev/null +++ b/.history/src/views/TAN_20231205110044.vue @@ -0,0 +1,2382 @@ + + + diff --git a/.history/src/views/TAN_20231205110349.vue b/.history/src/views/TAN_20231205110349.vue new file mode 100644 index 0000000..f0d0369 --- /dev/null +++ b/.history/src/views/TAN_20231205110349.vue @@ -0,0 +1,2382 @@ + + + diff --git a/.history/src/views/TAN_20231205110532.vue b/.history/src/views/TAN_20231205110532.vue new file mode 100644 index 0000000..f0d0369 --- /dev/null +++ b/.history/src/views/TAN_20231205110532.vue @@ -0,0 +1,2382 @@ + + + diff --git a/.history/src/views/TAN_20231205110703.vue b/.history/src/views/TAN_20231205110703.vue new file mode 100644 index 0000000..7c5e468 --- /dev/null +++ b/.history/src/views/TAN_20231205110703.vue @@ -0,0 +1,2382 @@ + + + diff --git a/.history/src/views/TAN_20231205110743.vue b/.history/src/views/TAN_20231205110743.vue new file mode 100644 index 0000000..5ee9dd1 --- /dev/null +++ b/.history/src/views/TAN_20231205110743.vue @@ -0,0 +1,2383 @@ + + + diff --git a/.history/src/views/TAN_20231205110749.vue b/.history/src/views/TAN_20231205110749.vue new file mode 100644 index 0000000..7c5e468 --- /dev/null +++ b/.history/src/views/TAN_20231205110749.vue @@ -0,0 +1,2382 @@ + + + diff --git a/.history/src/views/TAN_20231205110828.vue b/.history/src/views/TAN_20231205110828.vue new file mode 100644 index 0000000..36ec1b2 --- /dev/null +++ b/.history/src/views/TAN_20231205110828.vue @@ -0,0 +1,2383 @@ + + + diff --git a/.history/src/views/TAN_20231205110837.vue b/.history/src/views/TAN_20231205110837.vue new file mode 100644 index 0000000..7c5e468 --- /dev/null +++ b/.history/src/views/TAN_20231205110837.vue @@ -0,0 +1,2382 @@ + + + diff --git a/.history/src/views/TAN_20231205110847.vue b/.history/src/views/TAN_20231205110847.vue new file mode 100644 index 0000000..8d72845 --- /dev/null +++ b/.history/src/views/TAN_20231205110847.vue @@ -0,0 +1,2382 @@ + + + diff --git a/.history/src/views/TAN_20231205110853.vue b/.history/src/views/TAN_20231205110853.vue new file mode 100644 index 0000000..55dd632 --- /dev/null +++ b/.history/src/views/TAN_20231205110853.vue @@ -0,0 +1,2382 @@ + + + diff --git a/.history/src/views/TAN_20231205110936.vue b/.history/src/views/TAN_20231205110936.vue new file mode 100644 index 0000000..4303e87 --- /dev/null +++ b/.history/src/views/TAN_20231205110936.vue @@ -0,0 +1,2382 @@ + + + diff --git a/.history/src/views/TAN_20231205110952.vue b/.history/src/views/TAN_20231205110952.vue new file mode 100644 index 0000000..d119508 --- /dev/null +++ b/.history/src/views/TAN_20231205110952.vue @@ -0,0 +1,2382 @@ + + + diff --git a/.history/src/views/TAN_20231205111007.vue b/.history/src/views/TAN_20231205111007.vue new file mode 100644 index 0000000..e97e3d4 --- /dev/null +++ b/.history/src/views/TAN_20231205111007.vue @@ -0,0 +1,2382 @@ + + + diff --git a/.history/src/views/TAN_20231205111102.vue b/.history/src/views/TAN_20231205111102.vue new file mode 100644 index 0000000..f8b3fda --- /dev/null +++ b/.history/src/views/TAN_20231205111102.vue @@ -0,0 +1,2384 @@ + + + diff --git a/.history/src/views/TAN_20231205111120.vue b/.history/src/views/TAN_20231205111120.vue new file mode 100644 index 0000000..e97e3d4 --- /dev/null +++ b/.history/src/views/TAN_20231205111120.vue @@ -0,0 +1,2382 @@ + + + diff --git a/.history/src/views/TAN_20231205111145.vue b/.history/src/views/TAN_20231205111145.vue new file mode 100644 index 0000000..f6e360c --- /dev/null +++ b/.history/src/views/TAN_20231205111145.vue @@ -0,0 +1,2383 @@ + + + diff --git a/.history/src/views/TAN_20231205111252.vue b/.history/src/views/TAN_20231205111252.vue new file mode 100644 index 0000000..a2f9944 --- /dev/null +++ b/.history/src/views/TAN_20231205111252.vue @@ -0,0 +1,2387 @@ + + + diff --git a/.history/src/views/TAN_20231205111418.vue b/.history/src/views/TAN_20231205111418.vue new file mode 100644 index 0000000..0626139 --- /dev/null +++ b/.history/src/views/TAN_20231205111418.vue @@ -0,0 +1,2387 @@ + + + diff --git a/.history/src/views/TAN_20231205111424.vue b/.history/src/views/TAN_20231205111424.vue new file mode 100644 index 0000000..188f0bb --- /dev/null +++ b/.history/src/views/TAN_20231205111424.vue @@ -0,0 +1,2387 @@ + + + diff --git a/.history/src/views/TAN_20231205111452.vue b/.history/src/views/TAN_20231205111452.vue new file mode 100644 index 0000000..d912818 --- /dev/null +++ b/.history/src/views/TAN_20231205111452.vue @@ -0,0 +1,2384 @@ + + + diff --git a/.history/src/views/TAN_20231205111511.vue b/.history/src/views/TAN_20231205111511.vue new file mode 100644 index 0000000..d4b4652 --- /dev/null +++ b/.history/src/views/TAN_20231205111511.vue @@ -0,0 +1,2389 @@ + + + diff --git a/.history/src/views/TAN_20231205111520.vue b/.history/src/views/TAN_20231205111520.vue new file mode 100644 index 0000000..2ee3401 --- /dev/null +++ b/.history/src/views/TAN_20231205111520.vue @@ -0,0 +1,2389 @@ + + + diff --git a/.history/src/views/TAN_20231205111704.vue b/.history/src/views/TAN_20231205111704.vue new file mode 100644 index 0000000..b6d915e --- /dev/null +++ b/.history/src/views/TAN_20231205111704.vue @@ -0,0 +1,2391 @@ + + + diff --git a/.history/src/views/TAN_20231205111731.vue b/.history/src/views/TAN_20231205111731.vue new file mode 100644 index 0000000..14672c1 --- /dev/null +++ b/.history/src/views/TAN_20231205111731.vue @@ -0,0 +1,2394 @@ + + + diff --git a/.history/src/views/TAN_20231205111753.vue b/.history/src/views/TAN_20231205111753.vue new file mode 100644 index 0000000..14672c1 --- /dev/null +++ b/.history/src/views/TAN_20231205111753.vue @@ -0,0 +1,2394 @@ + + + diff --git a/.history/src/views/TAN_20231205111800.vue b/.history/src/views/TAN_20231205111800.vue new file mode 100644 index 0000000..b662184 --- /dev/null +++ b/.history/src/views/TAN_20231205111800.vue @@ -0,0 +1,2394 @@ + + + diff --git a/.history/src/views/TAN_20231205111821.vue b/.history/src/views/TAN_20231205111821.vue new file mode 100644 index 0000000..8741f69 --- /dev/null +++ b/.history/src/views/TAN_20231205111821.vue @@ -0,0 +1,2395 @@ + + + diff --git a/.history/src/views/TAN_20231205111902.vue b/.history/src/views/TAN_20231205111902.vue new file mode 100644 index 0000000..75c3116 --- /dev/null +++ b/.history/src/views/TAN_20231205111902.vue @@ -0,0 +1,2395 @@ + + + diff --git a/.history/src/views/TAN_20231205111909.vue b/.history/src/views/TAN_20231205111909.vue new file mode 100644 index 0000000..afc0e3c --- /dev/null +++ b/.history/src/views/TAN_20231205111909.vue @@ -0,0 +1,2396 @@ + + + diff --git a/.history/src/views/TAN_20231205111920.vue b/.history/src/views/TAN_20231205111920.vue new file mode 100644 index 0000000..da3cdab --- /dev/null +++ b/.history/src/views/TAN_20231205111920.vue @@ -0,0 +1,2397 @@ + + + diff --git a/.history/src/views/TAN_20231205111939.vue b/.history/src/views/TAN_20231205111939.vue new file mode 100644 index 0000000..890572a --- /dev/null +++ b/.history/src/views/TAN_20231205111939.vue @@ -0,0 +1,2398 @@ + + + diff --git a/.history/src/views/TAN_20231205111949.vue b/.history/src/views/TAN_20231205111949.vue new file mode 100644 index 0000000..e1e6d72 --- /dev/null +++ b/.history/src/views/TAN_20231205111949.vue @@ -0,0 +1,2398 @@ + + + diff --git a/.history/src/views/TAN_20231205111956.vue b/.history/src/views/TAN_20231205111956.vue new file mode 100644 index 0000000..e6a62fd --- /dev/null +++ b/.history/src/views/TAN_20231205111956.vue @@ -0,0 +1,2398 @@ + + + diff --git a/.history/src/views/TAN_20231205112003.vue b/.history/src/views/TAN_20231205112003.vue new file mode 100644 index 0000000..e4a5275 --- /dev/null +++ b/.history/src/views/TAN_20231205112003.vue @@ -0,0 +1,2398 @@ + + + diff --git a/.history/src/views/TAN_20231205112026.vue b/.history/src/views/TAN_20231205112026.vue new file mode 100644 index 0000000..f1f0106 --- /dev/null +++ b/.history/src/views/TAN_20231205112026.vue @@ -0,0 +1,2398 @@ + + + diff --git a/.history/src/views/TAN_20231205112053.vue b/.history/src/views/TAN_20231205112053.vue new file mode 100644 index 0000000..d18170a --- /dev/null +++ b/.history/src/views/TAN_20231205112053.vue @@ -0,0 +1,2398 @@ + + + diff --git a/.history/src/views/TAN_20231205112130.vue b/.history/src/views/TAN_20231205112130.vue new file mode 100644 index 0000000..f1f0106 --- /dev/null +++ b/.history/src/views/TAN_20231205112130.vue @@ -0,0 +1,2398 @@ + + + diff --git a/.history/src/views/TAN_20231205112237.vue b/.history/src/views/TAN_20231205112237.vue new file mode 100644 index 0000000..f1f0106 --- /dev/null +++ b/.history/src/views/TAN_20231205112237.vue @@ -0,0 +1,2398 @@ + + + diff --git a/.history/src/views/TAN_20231205112405.vue b/.history/src/views/TAN_20231205112405.vue new file mode 100644 index 0000000..f1f0106 --- /dev/null +++ b/.history/src/views/TAN_20231205112405.vue @@ -0,0 +1,2398 @@ + + + diff --git a/.history/src/views/TAN_20231205112406.vue b/.history/src/views/TAN_20231205112406.vue new file mode 100644 index 0000000..f1f0106 --- /dev/null +++ b/.history/src/views/TAN_20231205112406.vue @@ -0,0 +1,2398 @@ + + + diff --git a/src/assets/tan/组 3141.png b/src/assets/tan/组 3141.png index 583107a..d94d416 100644 Binary files a/src/assets/tan/组 3141.png and b/src/assets/tan/组 3141.png differ diff --git a/src/assets/zhsdy/图层 2.png b/src/assets/zhsdy/图层 2.png index 05121f1..e4660e6 100644 Binary files a/src/assets/zhsdy/图层 2.png and b/src/assets/zhsdy/图层 2.png differ diff --git a/src/router/index.js b/src/router/index.js index 501e8d5..97cc70d 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -23,6 +23,11 @@ const routes = [ name: "xqxy", component: () => import("../views/XQXY.vue"), }, + { + path:"/one", + name:"one", + component:()=>import("../views/ONE.vue"), + } ]; const router = new VueRouter({ diff --git a/src/views/ONE.vue b/src/views/ONE.vue new file mode 100644 index 0000000..5b7125d --- /dev/null +++ b/src/views/ONE.vue @@ -0,0 +1,339 @@ + + + + + diff --git a/src/views/TAN.vue b/src/views/TAN.vue index a75da75..6a2c812 100644 --- a/src/views/TAN.vue +++ b/src/views/TAN.vue @@ -2,7 +2,9 @@
-

碳排放量统计

+
+

碳排放监测管理统计分析

+
@@ -59,7 +61,7 @@

{{ item.name }}

{{ item.name }}