From 2e33cda8d54b068267b9cd3b7647e54bfd59fb41 Mon Sep 17 00:00:00 2001
From: zmj <1493694146@qq.com>
Date: Fri, 1 Dec 2023 18:22:09 +0800
Subject: [PATCH] =?UTF-8?q?u=E8=80=B3=E9=BA=A6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.gitignore | 24 +
README.md | 7 +
index.html | 14 +
package-lock.json | 3687 ++++++++++++++++++++++++
package.json | 29 +
public/vite.svg | 1 +
src/App.vue | 41 +
src/api.js | 40 +
src/assets/vue.svg | 1 +
src/components/Header.vue | 220 ++
src/components/areaList.vue | 62 +
src/components/areaMap.vue | 203 ++
src/components/scrollTable.vue | 472 +++
src/components/warnDetail.vue | 100 +
src/components/warnPop.vue | 175 ++
src/main.js | 32 +
src/router/index.js | 23 +
src/style.css | 83 +
src/view/detail.vue | 529 ++++
src/view/index.vue | 484 ++++
src/view/option.js | 562 ++++
src/view/utils.js/rem.js | 16 +
static/detail/MQJK.png | Bin 0 -> 169864 bytes
static/detail/QXHJJC.png | Bin 0 -> 266401 bytes
static/detail/SBGJ.png | Bin 0 -> 169282 bytes
static/detail/SQBG.png | Bin 0 -> 34710 bytes
static/detail/TRSQ.png | Bin 0 -> 189176 bytes
static/detail/YC.png | Bin 0 -> 1859 bytes
static/detail/ZC.png | Bin 0 -> 3523 bytes
static/detail/ZL.png | Bin 0 -> 1611 bytes
static/detail/bk.png | Bin 0 -> 12204 bytes
static/detail/numbg.png | Bin 0 -> 3562 bytes
static/detail/地块标签@2x.png | Bin 0 -> 1245 bytes
static/detail/地块标签选中态@2x.png | Bin 0 -> 1529 bytes
static/detail/地方地块显示背景@2x.png | Bin 0 -> 13309 bytes
static/detail/数据装饰2@2x.png | Bin 0 -> 611 bytes
static/detail/跳转页_弹窗背景_1@2x.png | Bin 0 -> 169853 bytes
static/detail/返回首页背景@2x.png | Bin 0 -> 8546 bytes
static/font/font.css | 6 +
static/font/ifonts.ttf | Bin 0 -> 1315252 bytes
static/index/BG.png | Bin 0 -> 1445769 bytes
static/index/BTBG.png | Bin 0 -> 4857 bytes
static/index/DBTC.png | Bin 0 -> 6354 bytes
static/index/DK.png | Bin 0 -> 1159 bytes
static/index/DW.png | Bin 0 -> 448 bytes
static/index/GJ.png | Bin 0 -> 446 bytes
static/index/JCSBSLTJ.png | Bin 0 -> 117013 bytes
static/index/JKBT.png | Bin 0 -> 4149 bytes
static/index/JTY.png | Bin 0 -> 3582 bytes
static/index/JYZ.png | Bin 0 -> 3538 bytes
static/index/MC.png | Bin 0 -> 1810 bytes
static/index/MQ.png | Bin 0 -> 124756 bytes
static/index/PM.png | Bin 0 -> 747 bytes
static/index/Q.png | Bin 0 -> 505 bytes
static/index/SBGJBG.png | Bin 0 -> 7037 bytes
static/index/SBGJTJ.png | Bin 0 -> 169099 bytes
static/index/SYCPTJ.png | Bin 0 -> 115198 bytes
static/index/YJCP.png | Bin 0 -> 114943 bytes
static/index/ZBK.png | Bin 0 -> 14066 bytes
static/index/ZNYJ.png | Bin 0 -> 171583 bytes
static/index/tableHead.png | Bin 0 -> 2520 bytes
static/index/tit.png | Bin 0 -> 132960 bytes
static/index/地块btn_选中态@3x.png | Bin 0 -> 1166 bytes
static/index/地方标签@3x.png | Bin 0 -> 3280 bytes
static/index/地方标签选中态@3x.png | Bin 0 -> 3313 bytes
static/index/泸县标签@3x.png | Bin 0 -> 3969 bytes
vite.config.js | 50 +
yarn.lock | 731 +++++
68 files changed, 7592 insertions(+)
create mode 100644 .gitignore
create mode 100644 README.md
create mode 100644 index.html
create mode 100644 package-lock.json
create mode 100644 package.json
create mode 100644 public/vite.svg
create mode 100644 src/App.vue
create mode 100644 src/api.js
create mode 100644 src/assets/vue.svg
create mode 100644 src/components/Header.vue
create mode 100644 src/components/areaList.vue
create mode 100644 src/components/areaMap.vue
create mode 100644 src/components/scrollTable.vue
create mode 100644 src/components/warnDetail.vue
create mode 100644 src/components/warnPop.vue
create mode 100644 src/main.js
create mode 100644 src/router/index.js
create mode 100644 src/style.css
create mode 100644 src/view/detail.vue
create mode 100644 src/view/index.vue
create mode 100644 src/view/option.js
create mode 100644 src/view/utils.js/rem.js
create mode 100644 static/detail/MQJK.png
create mode 100644 static/detail/QXHJJC.png
create mode 100644 static/detail/SBGJ.png
create mode 100644 static/detail/SQBG.png
create mode 100644 static/detail/TRSQ.png
create mode 100644 static/detail/YC.png
create mode 100644 static/detail/ZC.png
create mode 100644 static/detail/ZL.png
create mode 100644 static/detail/bk.png
create mode 100644 static/detail/numbg.png
create mode 100644 static/detail/地块标签@2x.png
create mode 100644 static/detail/地块标签选中态@2x.png
create mode 100644 static/detail/地方地块显示背景@2x.png
create mode 100644 static/detail/数据装饰2@2x.png
create mode 100644 static/detail/跳转页_弹窗背景_1@2x.png
create mode 100644 static/detail/返回首页背景@2x.png
create mode 100644 static/font/font.css
create mode 100644 static/font/ifonts.ttf
create mode 100644 static/index/BG.png
create mode 100644 static/index/BTBG.png
create mode 100644 static/index/DBTC.png
create mode 100644 static/index/DK.png
create mode 100644 static/index/DW.png
create mode 100644 static/index/GJ.png
create mode 100644 static/index/JCSBSLTJ.png
create mode 100644 static/index/JKBT.png
create mode 100644 static/index/JTY.png
create mode 100644 static/index/JYZ.png
create mode 100644 static/index/MC.png
create mode 100644 static/index/MQ.png
create mode 100644 static/index/PM.png
create mode 100644 static/index/Q.png
create mode 100644 static/index/SBGJBG.png
create mode 100644 static/index/SBGJTJ.png
create mode 100644 static/index/SYCPTJ.png
create mode 100644 static/index/YJCP.png
create mode 100644 static/index/ZBK.png
create mode 100644 static/index/ZNYJ.png
create mode 100644 static/index/tableHead.png
create mode 100644 static/index/tit.png
create mode 100644 static/index/地块btn_选中态@3x.png
create mode 100644 static/index/地方标签@3x.png
create mode 100644 static/index/地方标签选中态@3x.png
create mode 100644 static/index/泸县标签@3x.png
create mode 100644 vite.config.js
create mode 100644 yarn.lock
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a547bf3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,24 @@
+# Logs
+logs
+*.log
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+pnpm-debug.log*
+lerna-debug.log*
+
+node_modules
+dist
+dist-ssr
+*.local
+
+# Editor directories and files
+.vscode/*
+!.vscode/extensions.json
+.idea
+.DS_Store
+*.suo
+*.ntvs*
+*.njsproj
+*.sln
+*.sw?
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e62e093
--- /dev/null
+++ b/README.md
@@ -0,0 +1,7 @@
+# Vue 3 + Vite
+
+This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `
+
+