From e838f8af157c539c27370cbdd7d4a3bbc09e184b Mon Sep 17 00:00:00 2001 From: wangdongbo <949818794@qq.com> Date: Tue, 20 Jan 2026 10:49:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E9=80=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .hbuilderx/launch.json | 16 + package-lock.json | 971 +----------------------------- pages.json | 75 +-- pages/archive/archive-manage.vue | 106 ---- pages/archive/bind-popup.vue | 98 --- pages/archive/edit-archive.vue | 180 ------ pages/archive/verify-popup.vue | 108 ---- pages/article/article-list.vue | 55 -- pages/case/case.vue | 8 + pages/health/list.vue | 106 ---- pages/home/article-list.vue | 78 --- pages/home/customer-archive.vue | 170 ------ pages/home/home.vue | 75 --- pages/home/loading.vue | 213 ------- pages/home/team-head.vue | 123 ---- pages/home/team-mate.vue | 75 --- pages/home/yc-home.vue | 45 -- pages/login/login.vue | 199 +++--- pages/message/message.vue | 9 + pages/team/friend.vue | 93 --- pages/team/homepage.vue | 159 ----- pages/team/team-detail.vue | 150 ----- pages/work/work.vue | 9 + routes/index.js | 36 -- static/tabbar/cart.png | Bin 0 -> 1276 bytes static/tabbar/cart_selected.png | Bin 0 -> 2018 bytes static/tabbar/center.png | Bin 0 -> 1081 bytes static/tabbar/center_selected.png | Bin 0 -> 1826 bytes static/tabbar/home.png | Bin 0 -> 884 bytes static/tabbar/home_selected.png | Bin 0 -> 2000 bytes 30 files changed, 200 insertions(+), 2957 deletions(-) create mode 100644 .hbuilderx/launch.json delete mode 100644 pages/archive/archive-manage.vue delete mode 100644 pages/archive/bind-popup.vue delete mode 100644 pages/archive/edit-archive.vue delete mode 100644 pages/archive/verify-popup.vue delete mode 100644 pages/article/article-list.vue create mode 100644 pages/case/case.vue delete mode 100644 pages/health/list.vue delete mode 100644 pages/home/article-list.vue delete mode 100644 pages/home/customer-archive.vue delete mode 100644 pages/home/home.vue delete mode 100644 pages/home/loading.vue delete mode 100644 pages/home/team-head.vue delete mode 100644 pages/home/team-mate.vue delete mode 100644 pages/home/yc-home.vue create mode 100644 pages/message/message.vue delete mode 100644 pages/team/friend.vue delete mode 100644 pages/team/homepage.vue delete mode 100644 pages/team/team-detail.vue create mode 100644 pages/work/work.vue create mode 100644 static/tabbar/cart.png create mode 100644 static/tabbar/cart_selected.png create mode 100644 static/tabbar/center.png create mode 100644 static/tabbar/center_selected.png create mode 100644 static/tabbar/home.png create mode 100644 static/tabbar/home_selected.png diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json new file mode 100644 index 0000000..81f13f4 --- /dev/null +++ b/.hbuilderx/launch.json @@ -0,0 +1,16 @@ +{ // launch.json 配置了启动调试时相关设置,configurations下节点名称可为 app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/ + // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数 + "version": "0.0", + "configurations": [{ + "default" : + { + "launchtype" : "local" + }, + "mp-weixin" : + { + "launchtype" : "local" + }, + "type" : "uniCloud" + } + ] +} diff --git a/package-lock.json b/package-lock.json index 35bb0e0..eae5086 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,953 +1,22 @@ { - "name": "ykt-wxapp", - "version": "1.0.0", - "lockfileVersion": 3, - "requires": true, - "packages": { - "": { - "name": "ykt-wxapp", - "version": "1.0.0", - "license": "ISC", - "dependencies": { - "dayjs": "^1.11.10" - }, - "devDependencies": { - "tailwindcss": "^3.4.3" - } - }, - "node_modules/@alloc/quick-lru": { - "version": "5.2.0", - "resolved": "https://registry.npmmirror.com/@alloc/quick-lru/-/quick-lru-5.2.0.tgz", - "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@jridgewell/gen-mapping": { - "version": "0.3.13", - "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", - "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", - "dev": true, - "dependencies": { - "@jridgewell/sourcemap-codec": "^1.5.0", - "@jridgewell/trace-mapping": "^0.3.24" - } - }, - "node_modules/@jridgewell/resolve-uri": { - "version": "3.1.2", - "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", - "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", - "dev": true, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.5.5", - "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", - "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", - "dev": true - }, - "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.31", - "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", - "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", - "dev": true, - "dependencies": { - "@jridgewell/resolve-uri": "^3.1.0", - "@jridgewell/sourcemap-codec": "^1.4.14" - } - }, - "node_modules/@nodelib/fs.scandir": { - "version": "2.1.5", - "resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", - "dev": true, - "dependencies": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", - "dev": true, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.walk": { - "version": "1.2.8", - "resolved": "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", - "dev": true, - "dependencies": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/any-promise": { - "version": "1.3.0", - "resolved": "https://registry.npmmirror.com/any-promise/-/any-promise-1.3.0.tgz", - "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==", - "dev": true - }, - "node_modules/anymatch": { - "version": "3.1.3", - "resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz", - "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", - "dev": true, - "dependencies": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/arg": { - "version": "5.0.2", - "resolved": "https://registry.npmmirror.com/arg/-/arg-5.0.2.tgz", - "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", - "dev": true - }, - "node_modules/binary-extensions": { - "version": "2.3.0", - "resolved": "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.3.0.tgz", - "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", - "dev": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/braces": { - "version": "3.0.3", - "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz", - "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", - "dev": true, - "dependencies": { - "fill-range": "^7.1.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/camelcase-css": { - "version": "2.0.1", - "resolved": "https://registry.npmmirror.com/camelcase-css/-/camelcase-css-2.0.1.tgz", - "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", - "dev": true, - "engines": { - "node": ">= 6" - } - }, - "node_modules/chokidar": { - "version": "3.6.0", - "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz", - "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", - "dev": true, - "dependencies": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - }, - "engines": { - "node": ">= 8.10.0" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - } - }, - "node_modules/chokidar/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/commander": { - "version": "4.1.1", - "resolved": "https://registry.npmmirror.com/commander/-/commander-4.1.1.tgz", - "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", - "dev": true, - "engines": { - "node": ">= 6" - } - }, - "node_modules/cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npmmirror.com/cssesc/-/cssesc-3.0.0.tgz", - "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", - "dev": true, - "bin": { - "cssesc": "bin/cssesc" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/dayjs": { - "version": "1.11.19", - "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.19.tgz", - "integrity": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==" - }, - "node_modules/didyoumean": { - "version": "1.2.2", - "resolved": "https://registry.npmmirror.com/didyoumean/-/didyoumean-1.2.2.tgz", - "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==", - "dev": true - }, - "node_modules/dlv": { - "version": "1.1.3", - "resolved": "https://registry.npmmirror.com/dlv/-/dlv-1.1.3.tgz", - "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", - "dev": true - }, - "node_modules/fast-glob": { - "version": "3.3.3", - "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.3.tgz", - "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==", - "dev": true, - "dependencies": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.8" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/fast-glob/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/fastq": { - "version": "1.20.1", - "resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.20.1.tgz", - "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==", - "dev": true, - "dependencies": { - "reusify": "^1.0.4" - } - }, - "node_modules/fill-range": { - "version": "7.1.1", - "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz", - "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", - "dev": true, - "dependencies": { - "to-regex-range": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/fsevents": { - "version": "2.3.3", - "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz", - "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", - "dev": true, - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } - }, - "node_modules/function-bind": { - "version": "1.1.2", - "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz", - "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", - "dev": true, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/glob-parent": { - "version": "6.0.2", - "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", - "dev": true, - "dependencies": { - "is-glob": "^4.0.3" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/hasown": { - "version": "2.0.2", - "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz", - "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", - "dev": true, - "dependencies": { - "function-bind": "^1.1.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", - "dev": true, - "dependencies": { - "binary-extensions": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/is-core-module": { - "version": "2.16.1", - "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.16.1.tgz", - "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==", - "dev": true, - "dependencies": { - "hasown": "^2.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-glob": { - "version": "4.0.3", - "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", - "dev": true, - "dependencies": { - "is-extglob": "^2.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true, - "engines": { - "node": ">=0.12.0" - } - }, - "node_modules/jiti": { - "version": "1.21.7", - "resolved": "https://registry.npmmirror.com/jiti/-/jiti-1.21.7.tgz", - "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==", - "dev": true, - "bin": { - "jiti": "bin/jiti.js" - } - }, - "node_modules/lilconfig": { - "version": "3.1.3", - "resolved": "https://registry.npmmirror.com/lilconfig/-/lilconfig-3.1.3.tgz", - "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==", - "dev": true, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/antonk52" - } - }, - "node_modules/lines-and-columns": { - "version": "1.2.4", - "resolved": "https://registry.npmmirror.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz", - "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", - "dev": true - }, - "node_modules/merge2": { - "version": "1.4.1", - "resolved": "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz", - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", - "dev": true, - "engines": { - "node": ">= 8" - } - }, - "node_modules/micromatch": { - "version": "4.0.8", - "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz", - "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", - "dev": true, - "dependencies": { - "braces": "^3.0.3", - "picomatch": "^2.3.1" - }, - "engines": { - "node": ">=8.6" - } - }, - "node_modules/mz": { - "version": "2.7.0", - "resolved": "https://registry.npmmirror.com/mz/-/mz-2.7.0.tgz", - "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", - "dev": true, - "dependencies": { - "any-promise": "^1.0.0", - "object-assign": "^4.0.1", - "thenify-all": "^1.0.0" - } - }, - "node_modules/nanoid": { - "version": "3.3.11", - "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz", - "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "bin": { - "nanoid": "bin/nanoid.cjs" - }, - "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" - } - }, - "node_modules/normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-hash": { - "version": "3.0.0", - "resolved": "https://registry.npmmirror.com/object-hash/-/object-hash-3.0.0.tgz", - "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", - "dev": true, - "engines": { - "node": ">= 6" - } - }, - "node_modules/path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", - "dev": true - }, - "node_modules/picocolors": { - "version": "1.1.1", - "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz", - "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", - "dev": true - }, - "node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "dev": true, - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/pify": { - "version": "2.3.0", - "resolved": "https://registry.npmmirror.com/pify/-/pify-2.3.0.tgz", - "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/pirates": { - "version": "4.0.7", - "resolved": "https://registry.npmmirror.com/pirates/-/pirates-4.0.7.tgz", - "integrity": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==", - "dev": true, - "engines": { - "node": ">= 6" - } - }, - "node_modules/postcss": { - "version": "8.5.6", - "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.6.tgz", - "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "dependencies": { - "nanoid": "^3.3.11", - "picocolors": "^1.1.1", - "source-map-js": "^1.2.1" - }, - "engines": { - "node": "^10 || ^12 || >=14" - } - }, - "node_modules/postcss-import": { - "version": "15.1.0", - "resolved": "https://registry.npmmirror.com/postcss-import/-/postcss-import-15.1.0.tgz", - "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==", - "dev": true, - "dependencies": { - "postcss-value-parser": "^4.0.0", - "read-cache": "^1.0.0", - "resolve": "^1.1.7" - }, - "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "postcss": "^8.0.0" - } - }, - "node_modules/postcss-js": { - "version": "4.1.0", - "resolved": "https://registry.npmmirror.com/postcss-js/-/postcss-js-4.1.0.tgz", - "integrity": "sha512-oIAOTqgIo7q2EOwbhb8UalYePMvYoIeRY2YKntdpFQXNosSu3vLrniGgmH9OKs/qAkfoj5oB3le/7mINW1LCfw==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "dependencies": { - "camelcase-css": "^2.0.1" - }, - "engines": { - "node": "^12 || ^14 || >= 16" - }, - "peerDependencies": { - "postcss": "^8.4.21" - } - }, - "node_modules/postcss-load-config": { - "version": "6.0.1", - "resolved": "https://registry.npmmirror.com/postcss-load-config/-/postcss-load-config-6.0.1.tgz", - "integrity": "sha512-oPtTM4oerL+UXmx+93ytZVN82RrlY/wPUV8IeDxFrzIjXOLF1pN+EmKPLbubvKHT2HC20xXsCAH2Z+CKV6Oz/g==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "dependencies": { - "lilconfig": "^3.1.1" - }, - "engines": { - "node": ">= 18" - }, - "peerDependencies": { - "jiti": ">=1.21.0", - "postcss": ">=8.0.9", - "tsx": "^4.8.1", - "yaml": "^2.4.2" - }, - "peerDependenciesMeta": { - "jiti": { - "optional": true - }, - "postcss": { - "optional": true - }, - "tsx": { - "optional": true - }, - "yaml": { - "optional": true - } - } - }, - "node_modules/postcss-nested": { - "version": "6.2.0", - "resolved": "https://registry.npmmirror.com/postcss-nested/-/postcss-nested-6.2.0.tgz", - "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "dependencies": { - "postcss-selector-parser": "^6.1.1" - }, - "engines": { - "node": ">=12.0" - }, - "peerDependencies": { - "postcss": "^8.2.14" - } - }, - "node_modules/postcss-selector-parser": { - "version": "6.1.2", - "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", - "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", - "dev": true, - "dependencies": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/postcss-value-parser": { - "version": "4.2.0", - "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", - "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", - "dev": true - }, - "node_modules/queue-microtask": { - "version": "1.2.3", - "resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/read-cache": { - "version": "1.0.0", - "resolved": "https://registry.npmmirror.com/read-cache/-/read-cache-1.0.0.tgz", - "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", - "dev": true, - "dependencies": { - "pify": "^2.3.0" - } - }, - "node_modules/readdirp": { - "version": "3.6.0", - "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dev": true, - "dependencies": { - "picomatch": "^2.2.1" - }, - "engines": { - "node": ">=8.10.0" - } - }, - "node_modules/resolve": { - "version": "1.22.11", - "resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.11.tgz", - "integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==", - "dev": true, - "dependencies": { - "is-core-module": "^2.16.1", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - }, - "bin": { - "resolve": "bin/resolve" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/reusify": { - "version": "1.1.0", - "resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.1.0.tgz", - "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==", - "dev": true, - "engines": { - "iojs": ">=1.0.0", - "node": ">=0.10.0" - } - }, - "node_modules/run-parallel": { - "version": "1.2.0", - "resolved": "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "dependencies": { - "queue-microtask": "^1.2.2" - } - }, - "node_modules/source-map-js": { - "version": "1.2.1", - "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz", - "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/sucrase": { - "version": "3.35.1", - "resolved": "https://registry.npmmirror.com/sucrase/-/sucrase-3.35.1.tgz", - "integrity": "sha512-DhuTmvZWux4H1UOnWMB3sk0sbaCVOoQZjv8u1rDoTV0HTdGem9hkAZtl4JZy8P2z4Bg0nT+YMeOFyVr4zcG5Tw==", - "dev": true, - "dependencies": { - "@jridgewell/gen-mapping": "^0.3.2", - "commander": "^4.0.0", - "lines-and-columns": "^1.1.6", - "mz": "^2.7.0", - "pirates": "^4.0.1", - "tinyglobby": "^0.2.11", - "ts-interface-checker": "^0.1.9" - }, - "bin": { - "sucrase": "bin/sucrase", - "sucrase-node": "bin/sucrase-node" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - } - }, - "node_modules/supports-preserve-symlinks-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", - "dev": true, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/tailwindcss": { - "version": "3.4.19", - "resolved": "https://registry.npmmirror.com/tailwindcss/-/tailwindcss-3.4.19.tgz", - "integrity": "sha512-3ofp+LL8E+pK/JuPLPggVAIaEuhvIz4qNcf3nA1Xn2o/7fb7s/TYpHhwGDv1ZU3PkBluUVaF8PyCHcm48cKLWQ==", - "dev": true, - "dependencies": { - "@alloc/quick-lru": "^5.2.0", - "arg": "^5.0.2", - "chokidar": "^3.6.0", - "didyoumean": "^1.2.2", - "dlv": "^1.1.3", - "fast-glob": "^3.3.2", - "glob-parent": "^6.0.2", - "is-glob": "^4.0.3", - "jiti": "^1.21.7", - "lilconfig": "^3.1.3", - "micromatch": "^4.0.8", - "normalize-path": "^3.0.0", - "object-hash": "^3.0.0", - "picocolors": "^1.1.1", - "postcss": "^8.4.47", - "postcss-import": "^15.1.0", - "postcss-js": "^4.0.1", - "postcss-load-config": "^4.0.2 || ^5.0 || ^6.0", - "postcss-nested": "^6.2.0", - "postcss-selector-parser": "^6.1.2", - "resolve": "^1.22.8", - "sucrase": "^3.35.0" - }, - "bin": { - "tailwind": "lib/cli.js", - "tailwindcss": "lib/cli.js" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/thenify": { - "version": "3.3.1", - "resolved": "https://registry.npmmirror.com/thenify/-/thenify-3.3.1.tgz", - "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", - "dev": true, - "dependencies": { - "any-promise": "^1.0.0" - } - }, - "node_modules/thenify-all": { - "version": "1.6.0", - "resolved": "https://registry.npmmirror.com/thenify-all/-/thenify-all-1.6.0.tgz", - "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==", - "dev": true, - "dependencies": { - "thenify": ">= 3.1.0 < 4" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/tinyglobby": { - "version": "0.2.15", - "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.15.tgz", - "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==", - "dev": true, - "dependencies": { - "fdir": "^6.5.0", - "picomatch": "^4.0.3" - }, - "engines": { - "node": ">=12.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/SuperchupuDev" - } - }, - "node_modules/tinyglobby/node_modules/fdir": { - "version": "6.5.0", - "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.5.0.tgz", - "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", - "dev": true, - "engines": { - "node": ">=12.0.0" - }, - "peerDependencies": { - "picomatch": "^3 || ^4" - }, - "peerDependenciesMeta": { - "picomatch": { - "optional": true - } - } - }, - "node_modules/tinyglobby/node_modules/picomatch": { - "version": "4.0.3", - "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.3.tgz", - "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", - "dev": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dev": true, - "dependencies": { - "is-number": "^7.0.0" - }, - "engines": { - "node": ">=8.0" - } - }, - "node_modules/ts-interface-checker": { - "version": "0.1.13", - "resolved": "https://registry.npmmirror.com/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz", - "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==", - "dev": true - }, - "node_modules/util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", - "dev": true - } - } + "name": "ykt-wxapp", + "version": "1.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "ykt-wxapp", + "version": "1.0.0", + "license": "ISC", + "dependencies": { + "dayjs": "^1.11.10" + }, + "devDependencies": {} + }, + "node_modules/dayjs": { + "version": "1.11.19", + "resolved": "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.19.tgz", + "integrity": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==" + } + } } diff --git a/pages.json b/pages.json index 7743a3f..09244f9 100644 --- a/pages.json +++ b/pages.json @@ -1,58 +1,21 @@ { "pages": [ { - "path": "pages/home/home", + "path": "pages/message/message", "style": { - "navigationBarTitleText": "首页", - "navigationStyle": "custom" + "navigationBarTitleText": "消息" } }, { - "path": "pages/login/login", + "path": "pages/case/case", "style": { - "navigationBarTitleText": "柚健康" + "navigationBarTitleText": "病例" } }, { - "path": "pages/login/redirect-page", + "path": "pages/work/work", "style": { - "navigationBarTitleText": "柚健康" - } - }, - { - "path": "pages/archive/archive-manage", - "style": { - "navigationBarTitleText": "档案管理" - } - }, - { - "path": "pages/archive/edit-archive", - "style": { - "navigationBarTitleText": "新增档案" - } - }, - { - "path": "pages/article/article-list", - "style": { - "navigationBarTitleText": "健康宣教" - } - }, - { - "path": "pages/team/team-detail", - "style": { - "navigationBarTitleText": "团队介绍" - } - }, - { - "path": "pages/team/homepage", - "style": { - "navigationBarTitleText": "个人主页" - } - }, - { - "path": "pages/team/friend", - "style": { - "navigationBarTitleText": "添加好友" + "navigationBarTitleText": "工作台" } } ], @@ -62,5 +25,31 @@ "navigationBarBackgroundColor": "#065bd6", "backgroundColor": "#065bd6" }, + "tabBar": { + "color": "#666666", + "selectedColor": "#007aff", + "backgroundColor": "#ffffff", + "borderStyle": "white", + "list": [ + { + "pagePath": "pages/message/message", + "iconPath": "static/tabbar/home.png", + "selectedIconPath": "static/tabbar/home_selected.png", + "text": "消息" + }, + { + "pagePath": "pages/case/case", + "iconPath": "static/tabbar/cart.png", + "selectedIconPath": "static/tabbar/cart_selected.png", + "text": "病例" + }, + { + "pagePath": "pages/work/work", + "iconPath": "static/tabbar/center.png", + "selectedIconPath": "static/tabbar/center_selected.png", + "text": "工作台" + } + ] + }, "uniIdRouter": {} } \ No newline at end of file diff --git a/pages/archive/archive-manage.vue b/pages/archive/archive-manage.vue deleted file mode 100644 index 99e4f0a..0000000 --- a/pages/archive/archive-manage.vue +++ /dev/null @@ -1,106 +0,0 @@ - - diff --git a/pages/archive/bind-popup.vue b/pages/archive/bind-popup.vue deleted file mode 100644 index 367fa21..0000000 --- a/pages/archive/bind-popup.vue +++ /dev/null @@ -1,98 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/archive/edit-archive.vue b/pages/archive/edit-archive.vue deleted file mode 100644 index 7d1bbf5..0000000 --- a/pages/archive/edit-archive.vue +++ /dev/null @@ -1,180 +0,0 @@ - - - \ No newline at end of file diff --git a/pages/archive/verify-popup.vue b/pages/archive/verify-popup.vue deleted file mode 100644 index fd79241..0000000 --- a/pages/archive/verify-popup.vue +++ /dev/null @@ -1,108 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/article/article-list.vue b/pages/article/article-list.vue deleted file mode 100644 index ef44ccc..0000000 --- a/pages/article/article-list.vue +++ /dev/null @@ -1,55 +0,0 @@ - - - diff --git a/pages/case/case.vue b/pages/case/case.vue new file mode 100644 index 0000000..f4a51e2 --- /dev/null +++ b/pages/case/case.vue @@ -0,0 +1,8 @@ + + + + \ No newline at end of file diff --git a/pages/health/list.vue b/pages/health/list.vue deleted file mode 100644 index 99e4f0a..0000000 --- a/pages/health/list.vue +++ /dev/null @@ -1,106 +0,0 @@ - - diff --git a/pages/home/article-list.vue b/pages/home/article-list.vue deleted file mode 100644 index ecc5667..0000000 --- a/pages/home/article-list.vue +++ /dev/null @@ -1,78 +0,0 @@ - - - \ No newline at end of file diff --git a/pages/home/customer-archive.vue b/pages/home/customer-archive.vue deleted file mode 100644 index 5d27c9c..0000000 --- a/pages/home/customer-archive.vue +++ /dev/null @@ -1,170 +0,0 @@ - - - \ No newline at end of file diff --git a/pages/home/home.vue b/pages/home/home.vue deleted file mode 100644 index 1bf80bb..0000000 --- a/pages/home/home.vue +++ /dev/null @@ -1,75 +0,0 @@ - - diff --git a/pages/home/loading.vue b/pages/home/loading.vue deleted file mode 100644 index c184116..0000000 --- a/pages/home/loading.vue +++ /dev/null @@ -1,213 +0,0 @@ - - - diff --git a/pages/home/team-head.vue b/pages/home/team-head.vue deleted file mode 100644 index 716c511..0000000 --- a/pages/home/team-head.vue +++ /dev/null @@ -1,123 +0,0 @@ - - - \ No newline at end of file diff --git a/pages/home/team-mate.vue b/pages/home/team-mate.vue deleted file mode 100644 index f3f0c27..0000000 --- a/pages/home/team-mate.vue +++ /dev/null @@ -1,75 +0,0 @@ - - - \ No newline at end of file diff --git a/pages/home/yc-home.vue b/pages/home/yc-home.vue deleted file mode 100644 index a236a49..0000000 --- a/pages/home/yc-home.vue +++ /dev/null @@ -1,45 +0,0 @@ - - - \ No newline at end of file diff --git a/pages/login/login.vue b/pages/login/login.vue index 2234006..1bd6e10 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -1,143 +1,156 @@ diff --git a/pages/message/message.vue b/pages/message/message.vue new file mode 100644 index 0000000..fb6b3e7 --- /dev/null +++ b/pages/message/message.vue @@ -0,0 +1,9 @@ + + + + + \ No newline at end of file diff --git a/pages/team/friend.vue b/pages/team/friend.vue deleted file mode 100644 index 2a610fe..0000000 --- a/pages/team/friend.vue +++ /dev/null @@ -1,93 +0,0 @@ - - - \ No newline at end of file diff --git a/pages/team/homepage.vue b/pages/team/homepage.vue deleted file mode 100644 index 1866fc5..0000000 --- a/pages/team/homepage.vue +++ /dev/null @@ -1,159 +0,0 @@ - - - \ No newline at end of file diff --git a/pages/team/team-detail.vue b/pages/team/team-detail.vue deleted file mode 100644 index 82f5e2a..0000000 --- a/pages/team/team-detail.vue +++ /dev/null @@ -1,150 +0,0 @@ - - - \ No newline at end of file diff --git a/pages/work/work.vue b/pages/work/work.vue new file mode 100644 index 0000000..85ca984 --- /dev/null +++ b/pages/work/work.vue @@ -0,0 +1,9 @@ + + + + + \ No newline at end of file diff --git a/routes/index.js b/routes/index.js index 5047976..4fba4e3 100644 --- a/routes/index.js +++ b/routes/index.js @@ -3,42 +3,6 @@ export default [ path: 'pages/home/home', meta: { title: '首页', login: true }, style: { navigationStyle: 'custom' } - }, - { - path: 'pages/login/login', - meta: { title: '柚健康' }, - }, - { - path: 'pages/login/redirect-page', - meta: { title: '柚健康' }, - }, - { - path: 'pages/archive/archive-manage', - meta: { title: '档案管理', login: true } - }, - { - path: 'pages/archive/edit-archive', - meta: { title: '新增档案', login: true } - }, - { - path: 'pages/article/article-list', - meta: { title: '健康宣教', login: true } - }, - { - path: 'pages/health/list', - meta: { title: '健康信息', login: true } - }, - { - path: 'pages/team/team-detail', - meta: { title: '团队介绍', login: true } - }, - { - path: 'pages/team/homepage', - meta: { title: '个人主页', login: true } - }, - { - path: 'pages/team/friend', - meta: { title: '添加好友', login: true } } ] diff --git a/static/tabbar/cart.png b/static/tabbar/cart.png new file mode 100644 index 0000000000000000000000000000000000000000..94bb532f75538a2c78433c7e5fe3bda1139a8a1b GIT binary patch literal 1276 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 A@Bjb+ literal 0 HcmV?d00001 diff --git a/static/tabbar/center.png b/static/tabbar/center.png new file mode 100644 index 0000000000000000000000000000000000000000..8b7da3770824c1fc2bd907302eda4fd182553ce1 GIT binary patch literal 1081 zcmV-91jhS`P)Px&^GQTOR9HvtnN4U^R}{z3xpNaCnT$}-P!JSsRt+u!!X$Iwi?gbvJ3*nK5HQ^c zr5_+PV(CB&f?xw8E-HdjSBhlSfe=FEeUNNgXs8RJg_H(d6j}(AMM&N~&XJd495b1B z-n;|~-eu<8|M|T?_v4%!gf2%IhQma31`*E^(T4zVf+dM)4H5r9#Mvl{p1H2O(q*dG z(=n~c^73+Fdwcsb5q*k?9{@m48?9{s_>+hp5Yc_tb^l45Gc|A+h9`;WCjc0gBuB(w z0pRld{QOF#Qn8Y`JF#MimzI`JL{W4H06tEW5CDEb#K}^r^n055BH(JZdZweEUrtTMZjSgUW}K5G|z7FUm0U&q(X^-=Mg0#F#PWxl~64%;G^1OxNr4Zvo(t zG+7+aH{6WlIIJTcVqmV=^7;G~rPOyRuIWu{?R2eHyE`#4u_>la+i}EY<|GkaN5o?Z z6Th_9&eUqP+i77rkJ#a6xN5ap7#JA1iil?bfN!h<0H`>II|^Q_T#YSlZEf8um&q=f5kZ{^CZoeyY4!SXfv~+Y+^scLc6fDr$Uu{5`Gp zaivthwRXqBZq4G4+K8fPHHxDD%H=XQs~yLlzhT__R*X2PBJ~f_bt*48{V%xR;7BII$*4mpybp9YHTXPW6 z91&e}U6(JYx5gX5?5tAiX}4W*w;#%zRcq~xj*hOj-E{HU%9labZBSbN2U_dTTb}|N z4tt*Wky46l-fruJw1BPi*6U7BwKk~@;2;QY0KnH-Wy?tCkul~{vsN?kZvb#AqeNNB ztk)k~4z~lYr6^{y0&A~8{00000NkvXXu0mjf-KzmT literal 0 HcmV?d00001 diff --git a/static/tabbar/center_selected.png b/static/tabbar/center_selected.png new file mode 100644 index 0000000000000000000000000000000000000000..8a1d755cc922a925b65633d52c51c2a15fbedd8b GIT binary patch literal 1826 zcmV+-2i^FIP)Px*+(|@1R9Hv7SWRpcWf*?m>28;9|7@iNlA=xUCVJDLiHau;9*ra>Xe7wR#QKv| z+vUdz6gQMelWIteA;Hv(5ar~-6CO04kk|+b2ND8Rz{agzwx!$M&MV*Vd^0;O?KbNi zHksL(?|t6qd)~i~u+D4i3EsX0>?Fd=3_MPRN5LQfHwm}~#(4lgO%2lII!(#X#lm%6 z-9C4;v|%5Z_XF6*M9p?VW`OL{Rc5~C5uK?v>%kh zfx#gTA_jAOZH9+Sv_$*{KS;jJ z#JIRbwD-;+{n2p1kBxJtw7?e#{0v}WN*okt*`jusSI@+QOXUspVqt)aYX!X~hPRxk z?m<8kA%pUBp;(ZRfVh?LC6nRWQ7dW}$ouftM>N(jz(NY}mc9k(X{`ipOX)#ll@2ID zggRLU)T9S*_g^2=)wO_LHN%@ntGf{3EPz%e0E1U%1RG>b#FA}u>1?5Q!HIP)gYm}g z;ncZ?0Pa1$G)e&vIsp}@P~AU}ShEMj4F3A>q14`n0N#|Z{s3T?ySNskBMnQdlO?nV zMl&h{$`~c^FSm!%&ou;aPrh=2fSn;E0?PuCU@pqCLF}XpDH-u|<<4+=dt(59x_E(z zcG~*jL|LN2gyJEyhm1$1aUxu97~qY^7AFYUo1K)}fr7Z(o5jgJ-!25E97yJ1!#9+}Q%4mAYu!$%gMf`_vN^qWi(%e``! zT}JJV?uA@82z(3d?VdiE{<$H5H=W>Cu2jAX0=(`P1y$Hq>iVKE4gVhT`EsTC?V?YG zh5#0eb|2?Hs#Gol=urhYW=e&U+;*vs8mzX!6q)gC;c({iTEMznxa#k^M#@9?&3;0_ zhGp2*wK|U2nkWar$(ci$+^UT_FRr>Y+i%7>(>+^$2cV;(OozRL(uK;+3G^yU3jpT| zotaY@pz{9%SXde7OxJArEedcDgg(dcN`?6r6UJsbGvoDwtxFOvD`HFvusBE_zd(#9 z0CWKGbgvc=qsXAE#QZCe`K;j6R6VRla{qc4fX}Io>G__Z+O$0Y_W|A`YR%vVgQmQI zug=hhsd`7EIKBsK*k`Z3j4rRG(oeyX(5$y^C-nkNUejDTmA+nD#0-3@u4dg80eAcJ zeF5Wr5Ird-V}M)rIJ{iTlO!`Wk(gXQ|J$uvrv*?-S(njYhYQMQV z()MOz;b=Qp`W=8sUj~!Kt|CHB@9JDCRA(GwcrSg^uINK58CbE4)v=NFIr?|8G}6|Y z2)Ok?sYJS&iR8`riAY2rp?899eO~3X@dAfdjr7^-A(~B=^_o#i-v{jI*m~S{pd>cR zMt^82%6I}ndPkg$CBe%biJZA8$_?onrE@3~RiKWMfH#%$?e>V)T4~Ldf+$`Wnv-vB zmeBvlbDBv`;&d&U-I&iN4H+9cCnj=zb@{d00c`4r+qc2xyM4Ot(REARb%DcSa6cLeKqw zI$9P|`>nT2s=Jm|Nv0)#%l%RRz%$0jJVsK3yE^jGSBi2kPk%ROV07*qoM6N<$f``U;bN~PV literal 0 HcmV?d00001 diff --git a/static/tabbar/home.png b/static/tabbar/home.png new file mode 100644 index 0000000000000000000000000000000000000000..7e5e6dfcd6c606cb406e94c324afd10b795a64a1 GIT binary patch literal 884 zcmV-)1B?8LP)Px&E=fc|R9HvtnNMibP#nj9zr4^1b;XN^!486m;4bQ^E-&38j7q_s+({3@E}|f) zC^{WP{4){UKtxZ1;$X@^VM4JN(_5^dpF_>w6LL6(WuU zz(7mPKLC)fR4S)qvDj~~`8)%gra1`!_p2&es&*Pbi0HB`%kR8Ey9U-YO%z4(Bmg`{ z#9=28MD&X>cCk<>yjK*(vP{>*6>ut*3WvktI{-h_a_`F;$-;Kp$o83S=23A#7n3$M21OP9I=x8@dI?VmV7@JO| zQtPU!R-D9i44lbijx)v{0l;A=fxDRVrCcsw8yg$@=wyv8u%>CdL!r@t8lH%E+JwR0K{%HdYoTE#7wbRJf|qihV8bty1F`5sZ<^Uz&?+OJuSD2j35YC zB}sbS9H^nNRk=c;&?zFC2Y?|@+5B6)iHI}BVsWuv85_XaZ1yY>Jpq8QfBAfgw7r8! zlC)?=YXF<3sZ~!^)@iFBN1Ai4v;tESAK3AWWEh5uh&SDKdU^<4BBBSf zEYI!$wk}o}W2&1*wbiBB+S(dPBob{qkI7^*GB`N+)kU?dH@?;Sh0c!N+S=M$q*N+d zrSuE{9CO%Swf5cx&iP6wJJl|4uGiw)InSz=pAm7HG4`Ul1^X9&eT6s_jv5dE0000< KMNUMnLSTZa8kC#> literal 0 HcmV?d00001 diff --git a/static/tabbar/home_selected.png b/static/tabbar/home_selected.png new file mode 100644 index 0000000000000000000000000000000000000000..667db627e434812ca1538209c99374447fff1232 GIT binary patch literal 2000 zcmV;>2QT=EP)Px+ib+I4R9Hu?SxszIRTTctn;H5yZRMvTiiwFaCbBWCbY*da8(GPYg^?8@YS5@{ z>CdBu4r+iH4J%DFlAs~c1Q*7Qg_Rp!Y9wJ{lu#5(LuWelZ{9KYo_p`R_q{je_ifsF zGjr~Dzw@2%oco6Gkgg{_Ja_?FqWc+5#+IH9*8RV z8ibb!=maxBF7zrh&m^m~@7f4mf6(lxxB3huLArDF`k4(VzBwoMrOMS{r4XRy*;~#9}tt0%spTC1$gVn+!M8uDMWMt zKnK7?AdNP>RQTMzWq?mpGa9`bQ}bRC-!tGXr+8a=B^f2cet5ux<1h&4_k`c}~v7&y4rT{?gBEm~L)_#GMEdc1WE zzyUCC%mxxm$l8Iy;BK28*!q*&)HUkf5#kp(qLcr9P&#s7fFGS&dYa1R8Z+;80`;~h zE2^{>gb!J^xIDYilF97EN{qfsTBVU2V|1wqcp<}^V%}cvSUU^G3joTxl2ql}l-opR z9m`*#pm|6PRgXba$%<$#0bL*}9k@PBm$RUAfCp;Jd%>lT2>g`6W3-t^M``b5zwQNS{E{o;9fhs68U;r zNd3cOS;H_y=5mzPx~<{xg9}W2aPDx&8Giw6Il3|fU{J5+n965M@TM!-&9$#=e|6sv z<-RmT>6Ma6$AMqs7jBGh*cAZYJhiO)f%-A45Cg;QMU z7e4E*&(PA`=!UKw;Pw13P*#9CXKb>h)$5&t8ctOK>mqE^)91!IWXm?*rm5vb*^T!_ zdCP0V#sS2ZQipJy=(U|-Gg1g@!D|^>69xY0Z zk(J}id+mSR*`0R5o8z4sh9{R&TeMV$YLz*`>N+GaH%>ZFO!FAjh6Iwj3mnPTe1`P- zi45S4M{Zjx#QjLH$F$_g|EmI<SEHiFy-teOE_MuPIsSR}VYDp>JlVr*J3M?0{Bjuux#>-rqyCVHL>e7!j zj%67>+)zMW_4^tUzc0RQ=7_MXakTeBTfj`}fMA@}w!GXln0;vATx4;&8U;9dMjAjUNlGyZuZjc#qoIfn$*r@VCBU7YR>HQYT?S4*ckF#n|rFr%lL zcYS53|A{f!sPz_0VyHgI5e&lyD$65JH#TUg+BMAM&~#V4INcjE+&x_P7|zmYj!LGY zwLlzVX{+l2?i{KQM#MA5)V;mhBFqWSGXPO(vzB4FYiQw5B0Ot1#V#dY=9%oXKK<7z zf{9B?!)+Mu9GV}Ds5BGKsownKpL;zk^|o=jS?hZy&~WEaeS*NF_DN5h8gu)})**v- zEgdf|I>j(SF&td^G^X76k89V6_;|C{KNbM44%Y`-oW#uZ2GkEL@>pGeCj5;hea_%5 zf8}=P>JG%4i=RBkbA4S)mEQrVZYQ-WXB0h0n2sk!Wv2}}hb$BDMTw%gQR~$|=!D{l z=lVLE74`6MAE2MBsh)FW!-9q9ri@ i%8YZ%-D_X^MEnooE}>Q-%c}eU0000