From adb30490e80319b85f1de150114e5afcd1dda7b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=AE=81?= <18339727226@163.com> Date: Thu, 13 Jun 2024 14:31:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E6=9C=9F=E9=80=89=E6=8B=A9=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E6=9B=B4=E6=94=B9--=E9=80=89=E6=8B=A9=E5=B9=B4?= =?UTF-8?q?=E4=B9=8B=E5=90=8E=E6=89=8D=E6=9C=89=E6=9C=88=EF=BC=8C=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E6=9C=88=E4=B9=8B=E5=90=8E=E6=89=8D=E6=9C=89=E6=97=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 ++- public/config.js | 5 +++ public/screen.ico | Bin 0 -> 3782 bytes src/App.vue | 6 ++++ src/api/api.ts | 15 ++------- src/api/modules/test.ts | 6 ++-- src/assets/img/big-data/tip_bg.png | Bin 0 -> 7383 bytes src/components/datePicker/datePicker.vue | 38 +++++++++++++---------- src/components/datePicker/dayPane.vue | 8 ----- src/views/index/center-map.vue | 18 +++++------ src/views/index/left-bottom.vue | 8 ----- 11 files changed, 49 insertions(+), 59 deletions(-) create mode 100644 public/config.js create mode 100644 public/screen.ico create mode 100644 src/assets/img/big-data/tip_bg.png diff --git a/index.html b/index.html index 2b16763..f223854 100644 --- a/index.html +++ b/index.html @@ -1,10 +1,12 @@ + - + 迎新系统数据大屏 +
diff --git a/public/config.js b/public/config.js new file mode 100644 index 0000000..01beabd --- /dev/null +++ b/public/config.js @@ -0,0 +1,5 @@ +//南理 +// window.baseURL = 'https://yxxt.nut.edu.cn:90/' +// 目前放测试地址 发布后放到正是地址---待修改 +window.baseURL = 'http://api.nclg.yx.zheke.com/' +// window.baseURL = 'http://192.168.2.121:5090/' \ No newline at end of file diff --git a/public/screen.ico b/public/screen.ico new file mode 100644 index 0000000000000000000000000000000000000000..70e278976f4f56355ea88e25af9ab3dc949f1e11 GIT binary patch literal 3782 zcmc&%JBwOD6h2E{O$b}13QNlTi2Q`4PC6S4YfCGGe?a3Rc7h<T!m$|Oim&L_@tUvp;?O`M!Cac}R32e^*x||DV$PM?{Z_=$SxF^jrWt zo=d6oKD*tHEO1YJUI^X_J_}ZYpGV*wHq^oAzQBev%;!=#-Uv1Vwgh|;gV-=`UEOPm zLtkw5yncuUhmPNCzazf66ZE|L-~y*t$N7!=cmGgRwE>)A+Sg~$RNCNn_EEjRI-{o2 z_RcqQ&zM8iYL!c+QXmF{f#MD;zlx4C&yzNNO(YVW&*!;bue%V7#kkk&h3Pr#poKBU zI=5P%{eGXb*{qX;x7#g8qtQcY({}MepP`98#>Iv2*=)w$Zr6oQr^A^{#${`@TAa(} zTs9TASS)JVncMH ziShRFoLLu|KTNvI<qGF1;lD})wzJP!Rj0oKkNC{_~NW}o`cZ7jdLFw(DDL#c50t=@w$5s z+VH>bbxQlT@3GEt#~tj;3FD4f?>)}RANG#iOA37JJET49V~jU%!*q0Y>UUX2I6n!{ zm+wd59X8ZqAA+xr=f=*-2m4=ivELKzzsb+XCD9Y0NAxgBbQhpMd=LZlgkyQ+12;6F G1 import "virtual:svg-icons-register"; import { RouterView } from 'vue-router' +import { getLocalStorage,setToken } from "@/utils"; +// setInterval(()=>{ +// console.log('1111111','修改token'); +// setToken(1111111111) +// },60000)