From e31a067acf66fdbc0d41e9ec04905b066ee3325d Mon Sep 17 00:00:00 2001 From: jiangx Date: Wed, 25 Oct 2023 13:27:28 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20=F0=9F=9A=80=20commit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 +- .tpl | 4 +- .../offline/JSON/GetDevCoordinateByIP.json | 2 +- public/static/offline/JSON/getConfig.json | 4 +- src/App.vue | 18 ++++++- src/components/ScrollList/ScrollList.vue | 47 +++++++++++++++---- .../ScrollListItem/ScrollListItem.vue | 34 ++++++++++++-- .../WeatherAndTime/WeatherAndTime.vue | 6 ++- src/composables/useAutoBack.ts | 33 +++++++++++++ src/enums/index.ts | 2 +- src/http/http.ts | 2 +- src/types/customer.d.ts | 7 +++ 12 files changed, 137 insertions(+), 26 deletions(-) create mode 100644 src/composables/useAutoBack.ts diff --git a/.drone.yml b/.drone.yml index 5047c79..3f9f8e1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -68,7 +68,7 @@ steps: - mv $zip_name ../ # svn目录定义 开头和结尾不能有/,且不能出现中文乱码,复制地址时建议只复制02项目定制后的目录,会影响到变量取值 - - svndir="2022研发/Prd007_智能导视/02项目定制/BJ006北京京西大悦城/导视前端" + - svndir="2022研发/Prd007_智能导视/02项目定制/XT001永旺集团/前端导视" # - svn_reponame=${svndir%%/*} # - svn_path=${svndir##*/} # - echo 仓库内部子路径取值 $svn_path @@ -104,7 +104,7 @@ steps: image: lddsb/drone-dingtalk-message failure: ignore settings: - token: 'your dingTalk robot token' + token: 3f3b35d1e5bb3590550b81680d555f884200a5d13be679be19d15aa5ff7f0e0e type: markdown message_color: true message_pic: true diff --git a/.tpl b/.tpl index b11caf2..1b60073 100644 --- a/.tpl +++ b/.tpl @@ -1,9 +1,9 @@ - 项目svn地址:http://svn.1000my.com/svn/2022研发/Prd007_智能导视/02项目定制/ + 项目svn地址:http://svn.1000my.com/svn/2022研发/Prd007_智能导视/02项目定制/XT001永旺集团/前端导视 - 项目git地址:https://git.1000my.com/ + 项目git地址:https://git.1000my.com/project_yongwangyun/YongWang_Customer.git diff --git a/public/static/offline/JSON/GetDevCoordinateByIP.json b/public/static/offline/JSON/GetDevCoordinateByIP.json index 8e5cbb1..49ee13d 100644 --- a/public/static/offline/JSON/GetDevCoordinateByIP.json +++ b/public/static/offline/JSON/GetDevCoordinateByIP.json @@ -8,7 +8,7 @@ "xaxis": "93", "yaxis": "93", "angle": "0", - "mallCode": "79b73dae-5d30-4f2f-ad07-d6bc648fb6dfhh", + "mallCode": "6686390f-1331-4275-81b7-0561545957d1", "buildingCode": "79b73dae-5d30-4f2f-ad07-d6bc648fb66e", "buildingName": "A", "buildingOrder": 0, diff --git a/public/static/offline/JSON/getConfig.json b/public/static/offline/JSON/getConfig.json index 35009f3..8c56c79 100644 --- a/public/static/offline/JSON/getConfig.json +++ b/public/static/offline/JSON/getConfig.json @@ -1,8 +1,8 @@ { "code": "200", "data": { - "smallUrl": "http://121.199.30.36:8012/daoshi", - "bigUrl": "http://121.199.30.36:8012/mall", + "smallUrl": "http://192.168.1.130:8012/daoshi", + "bigUrl": "http://192.168.1.130:8012/Mall", "baseUrl": "/static/offline" }, "msg": "" diff --git a/src/App.vue b/src/App.vue index f08f1d5..192bc1a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,10 +1,26 @@