From 20357862d9da011df7480c5799a4e94c5d3b939f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=B5=A9?= <15830956848@163.com> Date: Fri, 28 Mar 2025 18:18:07 +0800 Subject: [PATCH] 'fix_pages.json' --- package-lock.json | 218 +++-- pages.json | 2210 ++++++++++++++++++++++----------------------- 2 files changed, 1246 insertions(+), 1182 deletions(-) diff --git a/package-lock.json b/package-lock.json index a086c6b1..b62191e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,8 +1,6 @@ { - "name": "ir-tabs tabs tab选项卡组件", - "version": "1.0.3", - "lockfileVersion": 1, "requires": true, + "lockfileVersion": 1, "dependencies": { "@ampproject/remapping": { "version": "2.3.0", @@ -63,23 +61,42 @@ } }, "@babel/generator": { - "version": "7.26.10", - "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.26.10.tgz", - "integrity": "sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang==", + "version": "7.27.0", + "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.27.0.tgz", + "integrity": "sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw==", "requires": { - "@babel/parser": "^7.26.10", - "@babel/types": "^7.26.10", + "@babel/parser": "^7.27.0", + "@babel/types": "^7.27.0", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", "jsesc": "^3.0.2" + }, + "dependencies": { + "@babel/parser": { + "version": "7.27.0", + "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.27.0.tgz", + "integrity": "sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==", + "requires": { + "@babel/types": "^7.27.0" + } + }, + "@babel/types": { + "version": "7.27.0", + "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.27.0.tgz", + "integrity": "sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==", + "requires": { + "@babel/helper-string-parser": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9" + } + } } }, "@babel/helper-compilation-targets": { - "version": "7.26.5", - "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz", - "integrity": "sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==", + "version": "7.27.0", + "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.0.tgz", + "integrity": "sha512-LVk7fbXml0H2xH34dFzKQ7TDZ2G4/rVTOrq9V+icbbadjbVxxeFeDsNHv2SrZeWoA+6ZiTyWYWtScEIW07EAcA==", "requires": { - "@babel/compat-data": "^7.26.5", + "@babel/compat-data": "^7.26.8", "@babel/helper-validator-option": "^7.25.9", "browserslist": "^4.24.0", "lru-cache": "^5.1.1", @@ -121,12 +138,23 @@ "integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==" }, "@babel/helpers": { - "version": "7.26.10", - "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.26.10.tgz", - "integrity": "sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==", + "version": "7.27.0", + "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.27.0.tgz", + "integrity": "sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==", "requires": { - "@babel/template": "^7.26.9", - "@babel/types": "^7.26.10" + "@babel/template": "^7.27.0", + "@babel/types": "^7.27.0" + }, + "dependencies": { + "@babel/types": { + "version": "7.27.0", + "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.27.0.tgz", + "integrity": "sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==", + "requires": { + "@babel/helper-string-parser": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9" + } + } } }, "@babel/parser": { @@ -138,27 +166,65 @@ } }, "@babel/template": { - "version": "7.26.9", - "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.26.9.tgz", - "integrity": "sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==", + "version": "7.27.0", + "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.27.0.tgz", + "integrity": "sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==", "requires": { "@babel/code-frame": "^7.26.2", - "@babel/parser": "^7.26.9", - "@babel/types": "^7.26.9" + "@babel/parser": "^7.27.0", + "@babel/types": "^7.27.0" + }, + "dependencies": { + "@babel/parser": { + "version": "7.27.0", + "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.27.0.tgz", + "integrity": "sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==", + "requires": { + "@babel/types": "^7.27.0" + } + }, + "@babel/types": { + "version": "7.27.0", + "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.27.0.tgz", + "integrity": "sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==", + "requires": { + "@babel/helper-string-parser": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9" + } + } } }, "@babel/traverse": { - "version": "7.26.10", - "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.26.10.tgz", - "integrity": "sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A==", + "version": "7.27.0", + "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.27.0.tgz", + "integrity": "sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA==", "requires": { "@babel/code-frame": "^7.26.2", - "@babel/generator": "^7.26.10", - "@babel/parser": "^7.26.10", - "@babel/template": "^7.26.9", - "@babel/types": "^7.26.10", + "@babel/generator": "^7.27.0", + "@babel/parser": "^7.27.0", + "@babel/template": "^7.27.0", + "@babel/types": "^7.27.0", "debug": "^4.3.1", "globals": "^11.1.0" + }, + "dependencies": { + "@babel/parser": { + "version": "7.27.0", + "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.27.0.tgz", + "integrity": "sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==", + "requires": { + "@babel/types": "^7.27.0" + } + }, + "@babel/types": { + "version": "7.27.0", + "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.27.0.tgz", + "integrity": "sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==", + "requires": { + "@babel/helper-string-parser": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9" + } + } } }, "@babel/types": { @@ -208,6 +274,7 @@ "version": "2.5.1", "resolved": "https://registry.npmmirror.com/@parcel/watcher/-/watcher-2.5.1.tgz", "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==", + "optional": true, "requires": { "@parcel/watcher-android-arm64": "2.5.1", "@parcel/watcher-darwin-arm64": "2.5.1", @@ -303,7 +370,8 @@ "@parcel/watcher-win32-x64": { "version": "2.5.1", "resolved": "https://registry.npmmirror.com/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz", - "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==" + "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==", + "optional": true }, "@rollup/pluginutils": { "version": "5.1.4", @@ -327,7 +395,7 @@ "resolved": "https://registry.npmmirror.com/@tencentcloud/call-uikit-vue/-/call-uikit-vue-3.3.9.tgz", "integrity": "sha512-fFwQSAU+PVqantxbabRZa268BBBcv+hIX265Ag3ogYcrKq/hEo8XyH7nkjZL8wkQ2hFvnkwUgMMLXVeAgyMsng==", "requires": { - "@tencentcloud/chat": "^3.5.2", + "@tencentcloud/chat": "^3.5.3", "@tencentcloud/tui-core": "^2.4.0", "tuicall-engine-webrtc": "^3.1.5" } @@ -337,7 +405,7 @@ "resolved": "https://registry.npmmirror.com/@tencentcloud/call-uikit-vue2.6/-/call-uikit-vue2.6-3.3.9.tgz", "integrity": "sha512-EWXc+wqGXlWSmkR/ucKdwPpe+tOXwtYDL2wUD3C/XW4pmKldtxRIIWIzDzo9upPTeojZMfIIoOC/che7wwE9KQ==", "requires": { - "@tencentcloud/chat": "^3.5.2", + "@tencentcloud/chat": "^3.5.3", "@tencentcloud/tui-core": "^2.4.0", "@vue/composition-api": "^1.7.2", "tuicall-engine-webrtc": "^3.1.5" @@ -348,26 +416,22 @@ "resolved": "https://registry.npmmirror.com/@tencentcloud/call-uikit-wechat/-/call-uikit-wechat-3.3.9.tgz", "integrity": "sha512-SzEegN2nif7sQakA127AneF0I8Dby905JuE8xfZnm6jOYwb07J/lHN++zoxQ/coRbBpyG4VuuuM/JR87dGPb0w==", "requires": { - "@tencentcloud/chat": "^3.5.2", + "@tencentcloud/chat": "^3.5.3", "@tencentcloud/tui-core": "^2.4.0", "tuicall-engine-wx": "^2.2.8" } }, "@tencentcloud/chat": { - "version": "3.5.2", - "resolved": "https://registry.npmmirror.com/@tencentcloud/chat/-/chat-3.5.2.tgz", - "integrity": "sha512-UuGswGE3jaPgAFHA5kMDASI4Vq5p3lzeK9YisN5kkl9dcxh7BKbxTp5qtD8Fy7tj4VcWbytCb6ytCufmThbDXA==", - "requires": { - "@tencentcloud/react-native-push": "^1.1.0", - "@tencentcloud/uni-app-push": "^1.1.0" - } + "version": "3.5.3", + "resolved": "https://registry.npmmirror.com/@tencentcloud/chat/-/chat-3.5.3.tgz", + "integrity": "sha512-1iC9CW+8sMcUtZXjB+97N65uyqRAV73InfKCzXtU/igxPqT8nfzfkrcjhi7JfywaKR3jGC1j8tDpsFNlLepFqQ==" }, "@tencentcloud/chat-uikit-engine": { "version": "2.4.2", "resolved": "https://registry.npmmirror.com/@tencentcloud/chat-uikit-engine/-/chat-uikit-engine-2.4.2.tgz", "integrity": "sha512-L5rr1mO98S1Uz5IndJ2QdGv++5zbSUTnGSz4x3rKx5lWXlcJzSo1RY9DxYcWTKQKos9bG2d4JIIeg4DlfGb+Pg==", "requires": { - "@tencentcloud/chat": "^3.5.2", + "@tencentcloud/chat": "^3.5.3", "tim-profanity-filter-plugin": "^1.1.0", "tim-upload-plugin": "^1.4.2" } @@ -392,17 +456,12 @@ "unplugin-vue2-script-setup": "^0.11.3" } }, - "@tencentcloud/react-native-push": { - "version": "1.1.0", - "resolved": "https://registry.npmmirror.com/@tencentcloud/react-native-push/-/react-native-push-1.1.0.tgz", - "integrity": "sha512-6TvPhNnKrBvd6j9dUwFLpkmV9WkdkaQstNvzdK1nIWQgWCTJGFnyiNDEn8zwN2VZkG+MzjYwNqMcVkMMU9Ao2g==" - }, "@tencentcloud/tui-core": { "version": "2.4.0", "resolved": "https://registry.npmmirror.com/@tencentcloud/tui-core/-/tui-core-2.4.0.tgz", "integrity": "sha512-OFXHoi8CQlPtWvNRLApg0wonWbW79uoTgAqqffqWO1icx3xDYd2RZDHMzpBexOsE3CHpWokrfXrqiXkpOmYWew==", "requires": { - "@tencentcloud/chat": "^3.5.2", + "@tencentcloud/chat": "^3.5.3", "tim-profanity-filter-plugin": "^1.1.0", "tim-upload-plugin": "^1.4.2" } @@ -417,20 +476,15 @@ "marked": "4.0.0" } }, - "@tencentcloud/uni-app-push": { - "version": "1.1.0", - "resolved": "https://registry.npmmirror.com/@tencentcloud/uni-app-push/-/uni-app-push-1.1.0.tgz", - "integrity": "sha512-9z8zgAxExwuxzuxq1sFK3jmRJOKG/BNL8i9v+a3jVK/R7XL7ROE5EPWh4gRYABb9DC48NK9hwx2RFqPTlbR/xg==" - }, "@tencentcloud/universal-api": { "version": "2.4.0", "resolved": "https://registry.npmmirror.com/@tencentcloud/universal-api/-/universal-api-2.4.0.tgz", "integrity": "sha512-oLND/owGVjy9JZ3aCntGug0nLu4mkLVAhfLqTWLQpG2rAWBfhLDG99BhM+hryzCHOy9Nv2GTmc+ZZIB6mCMiKA==" }, "@types/estree": { - "version": "1.0.6", - "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.6.tgz", - "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==" + "version": "1.0.7", + "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.7.tgz", + "integrity": "sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==" }, "@types/json-schema": { "version": "7.0.15", @@ -579,6 +633,7 @@ "version": "3.0.3", "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz", "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", + "optional": true, "requires": { "fill-range": "^7.1.1" } @@ -595,9 +650,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001704", - "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001704.tgz", - "integrity": "sha512-+L2IgBbV6gXB4ETf0keSvLr7JUrRVbIaB/lrQ1+z8mRcQiisG5k+lG6O4n6Y5q6f5EuNfaYXKgymucphlEXQew==" + "version": "1.0.30001707", + "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001707.tgz", + "integrity": "sha512-3qtRjw/HQSMlDWf+X79N206fepf4SOOU6SQLMaq/0KkZLmSjPxAkBOQQ+FxbHKfHmYLZFfdWsO3KA90ceHPSnw==" }, "chokidar": { "version": "4.0.3", @@ -648,12 +703,13 @@ "detect-libc": { "version": "1.0.3", "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-1.0.3.tgz", - "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==" + "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==", + "optional": true }, "electron-to-chromium": { - "version": "1.5.118", - "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.118.tgz", - "integrity": "sha512-yNDUus0iultYyVoEFLnQeei7LOQkL8wg8GQpkPCRrOlJXlcCwa6eGKZkxQ9ciHsqZyYbj8Jd94X1CTPzGm+uIA==" + "version": "1.5.128", + "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.128.tgz", + "integrity": "sha512-bo1A4HH/NS522Ws0QNFIzyPcyUUNV/yyy70Ho1xqfGYzPUme2F/xr4tlEOuM6/A538U1vDA7a4XfCd1CKRegKQ==" }, "emojis-list": { "version": "3.0.0", @@ -689,6 +745,7 @@ "version": "7.1.1", "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz", "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", + "optional": true, "requires": { "to-regex-range": "^5.0.1" } @@ -704,19 +761,21 @@ "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" }, "immutable": { - "version": "5.0.3", - "resolved": "https://registry.npmmirror.com/immutable/-/immutable-5.0.3.tgz", - "integrity": "sha512-P8IdPQHq3lA1xVeBRi5VPqUm5HDgKnx0Ru51wZz5mjxHr5n3RWhjIpOFU7ybkUxfB+5IToy+OLaHYDBIWsv+uw==" + "version": "5.1.1", + "resolved": "https://registry.npmmirror.com/immutable/-/immutable-5.1.1.tgz", + "integrity": "sha512-3jatXi9ObIsPGr3N5hGw/vWWcTkq6hUYhpQz4k0wLC+owqWi/LiugIw9x0EdNZ2yGedKN/HzePiBvaJRXa0Ujg==" }, "is-extglob": { "version": "2.1.1", "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "optional": true }, "is-glob": { "version": "4.0.3", "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz", "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "optional": true, "requires": { "is-extglob": "^2.1.1" } @@ -724,7 +783,8 @@ "is-number": { "version": "7.0.0", "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "optional": true }, "is-plain-object": { "version": "2.0.4", @@ -802,6 +862,7 @@ "version": "4.0.8", "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz", "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", + "optional": true, "requires": { "braces": "^3.0.3", "picomatch": "^2.3.1" @@ -825,7 +886,8 @@ "node-addon-api": { "version": "7.1.1", "resolved": "https://registry.npmmirror.com/node-addon-api/-/node-addon-api-7.1.1.tgz", - "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==" + "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==", + "optional": true }, "node-releases": { "version": "2.0.19", @@ -840,7 +902,8 @@ "picomatch": { "version": "2.3.1", "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "optional": true }, "punycode": { "version": "2.3.1", @@ -858,9 +921,9 @@ "integrity": "sha512-53e/4a4lT96K004mqDnLDE+upNSpBLRMfFgYCeIw3Gvuw9F17nxLP5v8MOVLly4/Epomxkx4SXrOFJJMxD2pIw==" }, "sass": { - "version": "1.85.1", - "resolved": "https://registry.npmmirror.com/sass/-/sass-1.85.1.tgz", - "integrity": "sha512-Uk8WpxM5v+0cMR0XjX9KfRIacmSG86RH4DCCZjLU2rFh5tyutt9siAXJ7G+YfxQ99Q6wrRMbMlVl6KqUms71ag==", + "version": "1.86.0", + "resolved": "https://registry.npmmirror.com/sass/-/sass-1.86.0.tgz", + "integrity": "sha512-zV8vGUld/+mP4KbMLJMX7TyGCuUp7hnkOScgCMsWuHtns8CWBoz+vmEhoGMXsaJrbUP8gj+F1dLvVe79sK8UdA==", "requires": { "@parcel/watcher": "^2.4.1", "chokidar": "^4.0.0", @@ -932,6 +995,7 @@ "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==", + "optional": true, "requires": { "is-number": "^7.0.0" } @@ -958,11 +1022,11 @@ "integrity": "sha512-ZIwHxMVqBHLBFvkfWD3dil7fMbnfpFyhjKwhuhltfxy3lTmnY/g1kMrOhuv6UJcqXO/Kai8PMqgKPJvT2NFRIQ==" }, "tuicall-engine-webrtc": { - "version": "3.1.6", - "resolved": "https://registry.npmmirror.com/tuicall-engine-webrtc/-/tuicall-engine-webrtc-3.1.6.tgz", - "integrity": "sha512-NdRwZTHbqp4LnDEoRfQDa7Z1oH4g156j27awgy2PYO4dBtm7EjAJLFKZeaZZzErU67uW4EuSBRMeCeFx91JKpQ==", + "version": "3.1.7", + "resolved": "https://registry.npmmirror.com/tuicall-engine-webrtc/-/tuicall-engine-webrtc-3.1.7.tgz", + "integrity": "sha512-MRye9/x/8Gy5aRAfEACLtGhK5RcBLAev7cgCGi7OLNt0Uj28mEJkt1tHs4p7xTQiQj6vcB+7OVTdsxuSq7EmOA==", "requires": { - "@tencentcloud/chat": "^3.5.2", + "@tencentcloud/chat": "^3.5.3", "rtc-ai-denoiser": "^1.1.7", "trtc-cloud-js-sdk": "^2.4.0" } @@ -972,7 +1036,7 @@ "resolved": "https://registry.npmmirror.com/tuicall-engine-wx/-/tuicall-engine-wx-2.3.0.tgz", "integrity": "sha512-MTC+4no/1i6JXv8nN/iwxEUXuVgjuxM3VTNulaKD/EWxFyLKmg6PgYcF44bY67ybrfqUcvs1j7OzR4HM7lMs9w==", "requires": { - "@tencentcloud/chat": "^3.5.2", + "@tencentcloud/chat": "^3.5.3", "trtc-wx-sdk": "^1.1.13" } }, diff --git a/pages.json b/pages.json index c9aa5989..4f6c0bf2 100644 --- a/pages.json +++ b/pages.json @@ -3,8 +3,7 @@ "easycom": { "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" }, - "pages": [ - { + "pages": [{ "path": "pages/tabbar/vlog/index", "style": { "app-plus": { @@ -161,1149 +160,1150 @@ }] } } - }, - { - "path": "pages/publish/preview", - "style": { - "navigationBarTitleText": "预览视频", - "navigationBarBackgroundColor": "#181b27", - "enablePullDownRefresh": false - } - }, - { - "path": "pages/me/vlogerInfo", - "style": { - "app-plus": { - "titleNView": false //禁用原生导航栏 - } - } - }, - { - "path": "pages/me/vlog", - "style": { - "app-plus": { - "titleNView": false //禁用原生导航栏 - } - } - }, - { - "path": "pages/me/me", - "style": { - "app-plus": { - "titleNView": false //禁用原生导航栏 - } - } - }, - { - "path": "pages/me/myBackImg", - "style": { - "app-plus": { - "titleNView": false //禁用原生导航栏 - } - } - }, - { - "path": "pages/me/myFace", - "style": { - "app-plus": { - "titleNView": false //禁用原生导航栏 - } - } - }, - { - "path": "pages/me/myInfo", - "style": { - "navigationBarTitleText": "修改个人资料", - "navigationBarBackgroundColor": "#181b27", - "navigationBarTextStyle": "white" - } - }, - { - "path": "pages/me/modifyNickname", - "style": { - "navigationBarTitleText": "修改昵称", - "navigationBarTextStyle": "white", - "navigationBarBackgroundColor": "#181b27", - "app-plus": { - "titleNView": { - "buttons": [{ - "text": "保存", - "color": "#ef274d", - "width": "60px", - "fontSize": "15px", - "fontWeight": "bold" - }] - } - } - } - }, - // { - // "path" : "pages/me/modifyPass", - // "style" : { - // "navigationBarTitleText" : "修改密码", - // "navigationBarTextStyle" : "white", - // "navigationBarBackgroundColor" : "#181b27", - // "app-plus" : { - // "titleNView" : { - // "buttons" : [ - // { - // "text" : "保存", - // "color" : "#ef274d", - // "width" : "60px", - // "fontSize" : "15px", - // "fontWeight" : "bold" - // } - // ] - // } - // } - // } - // }, - { - "path": "pages/me/modifyTioktokNum", - "style": { - "navigationBarTitleText": "修改视频号", - "navigationBarTextStyle": "white", - "navigationBarBackgroundColor": "#181b27", - "app-plus": { - "titleNView": { - "buttons": [{ - "text": "保存", - "color": "#ef274d", - "width": "60px", - "fontSize": "15px", - "fontWeight": "bold" - }] - } - } - } - }, - { - "path": "pages/me/modifyDesc", - "style": { - "navigationBarTitleText": "修改简介", - "navigationBarTextStyle": "white", - "navigationBarBackgroundColor": "#181b27", - "app-plus": { - "titleNView": { - "buttons": [{ - "text": "保存", - "color": "#ef274d", - "width": "60px", - "fontSize": "15px", - "fontWeight": "bold" - }] - } - } - } - }, - { - "path": "pages/me/modifySex", - "style": { - "navigationBarTitleText": "修改性别", - "navigationBarTextStyle": "white", - "navigationBarBackgroundColor": "#181b27", - "app-plus": { - "titleNView": { - "buttons": [{ - "text": "保存", - "color": "#ef274d", - "width": "60px", - "fontSize": "15px", - "fontWeight": "bold" - }] - } - } - } - }, - { - "path": "pages/me/modifyBirthday", - "style": { - "navigationBarTitleText": "修改生日", - "navigationBarTextStyle": "white", - "navigationBarBackgroundColor": "#181b27", - "app-plus": { - "titleNView": { - "buttons": [{ - "text": "保存", - "color": "#ef274d", - "width": "60px", - "fontSize": "15px", - "fontWeight": "bold" - }] - } - } - } - }, - { - "path": "pages/me/modifyLocation", - "style": { - "navigationBarTitleText": "修改所在地", - "navigationBarTextStyle": "white", - "navigationBarBackgroundColor": "#181b27", - "app-plus": { - "titleNView": { - "buttons": [{ - "text": "保存", - "color": "#ef274d", - "width": "60px", - "fontSize": "15px", - "fontWeight": "bold" - }] - } - } - } - }, - { - "path": "pages/me/chooseProvince", - "style": { - "navigationBarTitleText": "选择省份", - "navigationBarTextStyle": "white", - "navigationBarBackgroundColor": "#181b27" - } - }, - { - "path": "pages/me/chooseCity", - "style": { - "navigationBarTitleText": "选择城市", - "navigationBarTextStyle": "white", - "navigationBarBackgroundColor": "#181b27" - } - }, - { - "path": "pages/me/modifyTioktokNum", - "style": { - "navigationBarTitleText": "修改视频号", - "navigationBarTextStyle": "white", - "navigationBarBackgroundColor": "#181b27", - "app-plus": { - "titleNView": { - "buttons": [{ - "text": "保存", - "color": "#ef274d", - "width": "60px", - "fontSize": "15px", - "fontWeight": "bold" - }] - } - } - } - }, - { - "path": "pages/me/modifyDesc", - "style": { - "navigationBarTitleText": "修改简介", - "navigationBarTextStyle": "white", - "navigationBarBackgroundColor": "#181b27", - "app-plus": { - "titleNView": { - "buttons": [{ - "text": "保存", - "color": "#ef274d", - "width": "60px", - "fontSize": "15px", - "fontWeight": "bold" - }] - } - } - } - }, - { - "path": "pages/me/modifySex", - "style": { - "navigationBarTitleText": "修改性别", - "navigationBarTextStyle": "white", - "navigationBarBackgroundColor": "#181b27", - "app-plus": { - "titleNView": { - "buttons": [{ - "text": "保存", - "color": "#ef274d", - "width": "60px", - "fontSize": "15px", - "fontWeight": "bold" - }] - } - } - } - }, - { - "path": "pages/me/modifyBirthday", - "style": { - "navigationBarTitleText": "修改生日", - "navigationBarTextStyle": "white", - "navigationBarBackgroundColor": "#181b27", - "app-plus": { - "titleNView": { - "buttons": [{ - "text": "保存", - "color": "#ef274d", - "width": "60px", - "fontSize": "15px", - "fontWeight": "bold" - }] - } - } - } - }, - { - "path": "pages/me/modifyLocation", - "style": { - "navigationBarTitleText": "修改所在地", - "navigationBarTextStyle": "white", - "navigationBarBackgroundColor": "#181b27", - "app-plus": { - "titleNView": { - "buttons": [{ - "text": "保存", - "color": "#ef274d", - "width": "60px", - "fontSize": "15px", - "fontWeight": "bold" - }] - } - } - } - }, - { - "path": "pages/me/chooseProvince", - "style": { - "navigationBarTitleText": "选择省份", - "navigationBarTextStyle": "white", - "navigationBarBackgroundColor": "#181b27" - } - }, - { - "path": "pages/me/chooseCity", - "style": { - "navigationBarTitleText": "选择城市", - "navigationBarTextStyle": "white", - "navigationBarBackgroundColor": "#181b27" - } - }, - { - "path": "pages/me/chooseDistrict", - "style": { - "navigationBarTitleText": "选择地区", - "navigationBarTextStyle": "white", - "navigationBarBackgroundColor": "#181b27" - } - }, - // { - // "path" : "pages/me/settings", - // "style" : { - // "navigationBarTitleText" : "设置", - // "navigationBarTextStyle" : "white", - // "navigationBarBackgroundColor" : "#181b27" - // } - // }, - { - "path": "pages/me/myFans", - "style": { - "navigationBarTitleText": "粉丝", - "navigationBarTextStyle": "white", - "navigationBarBackgroundColor": "#181b27" - } - }, - { - "path": "pages/me/myFollows", - "style": { - "navigationBarTitleText": "关注", - "navigationBarTextStyle": "white", - "navigationBarBackgroundColor": "#181b27" - } - }, - { - "path": "pages/me/chooseDistrict", - "style": { - "navigationBarTitleText": "选择地区", - "navigationBarTextStyle": "white", - "navigationBarBackgroundColor": "#181b27" - } - }, - { - "path": "pages/me/myFans", - "style": { - "navigationBarTitleText": "粉丝", - "navigationBarTextStyle": "white", - "navigationBarBackgroundColor": "#181b27" - } - }, - { - "path": "pages/me/myFollows", - "style": { - "navigationBarTitleText": "关注", - "navigationBarTextStyle": "white", - "navigationBarBackgroundColor": "#181b27" + } + }, + { + "path": "pages/publish/preview", + "style": { + "navigationBarTitleText": "预览视频", + "navigationBarBackgroundColor": "#181b27", + "enablePullDownRefresh": false + } + }, + { + "path": "pages/me/vlogerInfo", + "style": { + "app-plus": { + "titleNView": false //禁用原生导航栏 } } - ], - "subPackages": [ + }, + { + "path": "pages/me/vlog", + "style": { + "app-plus": { + "titleNView": false //禁用原生导航栏 + } + } + }, + { + "path": "pages/me/me", + "style": { + "app-plus": { + "titleNView": false //禁用原生导航栏 + } + } + }, + { + "path": "pages/me/myBackImg", + "style": { + "app-plus": { + "titleNView": false //禁用原生导航栏 + } + } + }, + { + "path": "pages/me/myFace", + "style": { + "app-plus": { + "titleNView": false //禁用原生导航栏 + } + } + }, + { + "path": "pages/me/myInfo", + "style": { + "navigationBarTitleText": "修改个人资料", + "navigationBarBackgroundColor": "#181b27", + "navigationBarTextStyle": "white" + } + }, + { + "path": "pages/me/modifyNickname", + "style": { + "navigationBarTitleText": "修改昵称", + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#181b27", + "app-plus": { + "titleNView": { + "buttons": [{ + "text": "保存", + "color": "#ef274d", + "width": "60px", + "fontSize": "15px", + "fontWeight": "bold" + }] + } + } + } + }, + // { + // "path" : "pages/me/modifyPass", + // "style" : { + // "navigationBarTitleText" : "修改密码", + // "navigationBarTextStyle" : "white", + // "navigationBarBackgroundColor" : "#181b27", + // "app-plus" : { + // "titleNView" : { + // "buttons" : [ + // { + // "text" : "保存", + // "color" : "#ef274d", + // "width" : "60px", + // "fontSize" : "15px", + // "fontWeight" : "bold" + // } + // ] + // } + // } + // } + // }, + { + "path": "pages/me/modifyTioktokNum", + "style": { + "navigationBarTitleText": "修改视频号", + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#181b27", + "app-plus": { + "titleNView": { + "buttons": [{ + "text": "保存", + "color": "#ef274d", + "width": "60px", + "fontSize": "15px", + "fontWeight": "bold" + }] + } + } + } + }, + { + "path": "pages/me/modifyDesc", + "style": { + "navigationBarTitleText": "修改简介", + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#181b27", + "app-plus": { + "titleNView": { + "buttons": [{ + "text": "保存", + "color": "#ef274d", + "width": "60px", + "fontSize": "15px", + "fontWeight": "bold" + }] + } + } + } + }, + { + "path": "pages/me/modifySex", + "style": { + "navigationBarTitleText": "修改性别", + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#181b27", + "app-plus": { + "titleNView": { + "buttons": [{ + "text": "保存", + "color": "#ef274d", + "width": "60px", + "fontSize": "15px", + "fontWeight": "bold" + }] + } + } + } + }, + { + "path": "pages/me/modifyBirthday", + "style": { + "navigationBarTitleText": "修改生日", + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#181b27", + "app-plus": { + "titleNView": { + "buttons": [{ + "text": "保存", + "color": "#ef274d", + "width": "60px", + "fontSize": "15px", + "fontWeight": "bold" + }] + } + } + } + }, + { + "path": "pages/me/modifyLocation", + "style": { + "navigationBarTitleText": "修改所在地", + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#181b27", + "app-plus": { + "titleNView": { + "buttons": [{ + "text": "保存", + "color": "#ef274d", + "width": "60px", + "fontSize": "15px", + "fontWeight": "bold" + }] + } + } + } + }, + { + "path": "pages/me/chooseProvince", + "style": { + "navigationBarTitleText": "选择省份", + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#181b27" + } + }, + { + "path": "pages/me/chooseCity", + "style": { + "navigationBarTitleText": "选择城市", + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#181b27" + } + }, + { + "path": "pages/me/modifyTioktokNum", + "style": { + "navigationBarTitleText": "修改视频号", + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#181b27", + "app-plus": { + "titleNView": { + "buttons": [{ + "text": "保存", + "color": "#ef274d", + "width": "60px", + "fontSize": "15px", + "fontWeight": "bold" + }] + } + } + } + }, + { + "path": "pages/me/modifyDesc", + "style": { + "navigationBarTitleText": "修改简介", + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#181b27", + "app-plus": { + "titleNView": { + "buttons": [{ + "text": "保存", + "color": "#ef274d", + "width": "60px", + "fontSize": "15px", + "fontWeight": "bold" + }] + } + } + } + }, + { + "path": "pages/me/modifySex", + "style": { + "navigationBarTitleText": "修改性别", + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#181b27", + "app-plus": { + "titleNView": { + "buttons": [{ + "text": "保存", + "color": "#ef274d", + "width": "60px", + "fontSize": "15px", + "fontWeight": "bold" + }] + } + } + } + }, + { + "path": "pages/me/modifyBirthday", + "style": { + "navigationBarTitleText": "修改生日", + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#181b27", + "app-plus": { + "titleNView": { + "buttons": [{ + "text": "保存", + "color": "#ef274d", + "width": "60px", + "fontSize": "15px", + "fontWeight": "bold" + }] + } + } + } + }, + { + "path": "pages/me/modifyLocation", + "style": { + "navigationBarTitleText": "修改所在地", + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#181b27", + "app-plus": { + "titleNView": { + "buttons": [{ + "text": "保存", + "color": "#ef274d", + "width": "60px", + "fontSize": "15px", + "fontWeight": "bold" + }] + } + } + } + }, + { + "path": "pages/me/chooseProvince", + "style": { + "navigationBarTitleText": "选择省份", + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#181b27" + } + }, + { + "path": "pages/me/chooseCity", + "style": { + "navigationBarTitleText": "选择城市", + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#181b27" + } + }, + { + "path": "pages/me/chooseDistrict", + "style": { + "navigationBarTitleText": "选择地区", + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#181b27" + } + }, + // { + // "path" : "pages/me/settings", + // "style" : { + // "navigationBarTitleText" : "设置", + // "navigationBarTextStyle" : "white", + // "navigationBarBackgroundColor" : "#181b27" + // } + // }, + { + "path": "pages/me/myFans", + "style": { + "navigationBarTitleText": "粉丝", + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#181b27" + } + }, + { + "path": "pages/me/myFollows", + "style": { + "navigationBarTitleText": "关注", + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#181b27" + } + }, + { + "path": "pages/me/chooseDistrict", + "style": { + "navigationBarTitleText": "选择地区", + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#181b27" + } + }, + { + "path": "pages/me/myFans", + "style": { + "navigationBarTitleText": "粉丝", + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#181b27" + } + }, + { + "path": "pages/me/myFollows", + "style": { + "navigationBarTitleText": "关注", + "navigationBarTextStyle": "white", + "navigationBarBackgroundColor": "#181b27" + } + } + ], + "subPackages": [ - { - "root": "pages/mine", - "pages": [ + { + "root": "pages/mine", + "pages": [ - { - "path": "signIn", - "style": { - "navigationBarTitleText": "签到" - } - }, { - "path": "myTracks", - "style": { - "navigationBarTitleText": "我的足迹", - "enablePullDownRefresh": true, - "navigationStyle": "custom" - } - }, { - "path": "myCollect", - "style": { - "navigationBarTitleText": "收藏", - "enablePullDownRefresh": true, //下拉刷新 - "navigationStyle": "custom", - "app-plus": { - "scrollIndicator": "none" - } - } - }, - { - "path": "distribution/list", - "style": { - "navigationBarTitleText": "推广分佣", - "app-plus": { - //app页面不显示滚动条 - "scrollIndicator": "none" - } - } - }, - { - "path": "distribution/withdrawal", - "style": { - "navigationBarTitleText": "提现", - "app-plus": { - //app页面不显示滚动条 - "scrollIndicator": "none" - } - } - }, - { - "path": "distribution/join", - "style": { - "navigationBarTitleText": "推广资格申请", - "navigationBarTextStyle": "black", - "app-plus": { - //app页面不显示滚动条 - "scrollIndicator": "none" - } - } - }, - { - "path": "distribution/history", - "style": { - "navigationBarTitleText": "提现历史" - - } - }, - { - "path": "distribution/auth", - "style": { - "navigationBarTitleText": "会员实名认证" - - } - }, - { - "path": "distribution/achievement", - "style": { - "navigationBarTitleText": "我的分销业绩" - - } - }, - { - "path": "distribution/home", - "style": { - "navigationBarTitleText": "推广分佣" - - } - }, - { - "path": "deposit/index", - "style": { - "navigationStyle": "custom" - - } - }, - { - "path": "deposit/operation", - "style": { - "navigationStyle": "custom" - - } - }, - { - "path": "deposit/recharge", - "style": { - "navigationBarTitleText": "充值金额" - - } - }, - { - "path": "deposit/withdrawal", - "style": { - "navigationBarTitleText": "提现金额" - - } - }, - - { - "path": "deposit/info", - "style": { - "navigationBarTitleText": "预存款详情" - - } - }, - { - "path": "address/address", - "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "地址管理" - } - }, - { - "path": "address/add", - "style": { - "navigationBarTitleText": "收货人" - } - }, - { - "path": "address/addressManage", - "style": { - "navigationBarTitleText": "地址管理" - } - }, - { - "path": "set/versionFunctionList", - "style": { - "navigationBarTitleText": "功能介绍" - } - }, - - { - "path": "set/securityCenter/fingerLogin", - "style": { - "navigationBarTitleText": "指纹登录" - } - }, - { - "path": "set/securityCenter/faceLogin", - "style": { - "navigationBarTitleText": "面容登录" - } - }, - { - "path": "set/securityCenter/editPassword", - "style": { - "navigationBarTitleText": "修改密码", - "app-plus": { - - } - } - }, - - - { - "path": "set/feedBack", - "style": { - "navigationBarTitleText": "意见反馈" - } - }, - { - "path": "set/securityCenter/securityCenter", - "style": { - "navigationBarTitleText": "安全中心" - } - }, - - { - "path": "set/editionIntro", - "style": { - "navigationBarTitleText": "关于我们" - } - }, - { - "path": "set/setUp", - "style": { - "navigationBarTitleText": "设置" - } - }, - { - "path": "set/personMsg", - "style": { - "navigationBarTitleText": "个人信息", - "app-plus": { - "titleNView": { - "padding-right": "12", - "buttons": [{ - "text": "保存", - "fontSize": "16", - "width": "auto", - "color": "#FFFFFF" - }] - } - } - } - }, { - "path": "help/tips", - "style": { - "navigationBarTitleText": "" - } - }, { - "path": "point/myPoint", - "style": { - "navigationBarTitleText": "我的积分" - } - }, - { - "path": "msgTips/main", - "style": { - "navigationBarTitleText": "消息中心" - } - }, - { - "path": "msgTips/sysMsg/index", - "style": { - "navigationBarTitleText": "系统消息" - } - }, - { - "path": "msgTips/serviceMsg/index", - "style": { - "navigationBarTitleText": "客服记录" - } - }, - { - "path": "msgTips/packageMsg/index", - "style": { - "navigationBarTitleText": "物流消息" - } - }, - { - "path": "msgTips/packageMsg/logisticsDetail", - "style": { - "navigationBarTitleText": "订单跟踪" + { + "path": "signIn", + "style": { + "navigationBarTitleText": "签到" + } + }, { + "path": "myTracks", + "style": { + "navigationBarTitleText": "我的足迹", + "enablePullDownRefresh": true, + "navigationStyle": "custom" + } + }, { + "path": "myCollect", + "style": { + "navigationBarTitleText": "收藏", + "enablePullDownRefresh": true, //下拉刷新 + "navigationStyle": "custom", + "app-plus": { + "scrollIndicator": "none" } } - - ] - - }, - - - { - "root": "pages/product", - "pages": [{ - "path": "shopPage", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" - } - }, { - "path": "shopList", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" - } - }, { - "path": "licencePhoto", - "style": { - "navigationBarTitleText": "营业执照" - } - }, { - "path": "shopPageGoods", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" - } - }, - { - "path": "goods", - "style": { - "backgroundColor": "#fff", - "navigationStyle": "custom", - "app-plus": { - // 将回弹属性关掉 - "bounce": "none", - // 禁止页面滚动 - "scrollIndicator": "none", - "safearea": { - "bottom": { - "offset": "none" - } - } - } - } - }, - { - "path": "askList", - "style": { - "navigationBarTitleText": "问答专区" - } - }, - { //商品评价 - "path": "comment", - "navigationStyle": "custom", - "style": { - "navigationBarTitleText": "商品评价", + }, + { + "path": "distribution/list", + "style": { + "navigationBarTitleText": "推广分佣", + "app-plus": { //app页面不显示滚动条 "scrollIndicator": "none" } - }, - { // 客服 - "path": "customerservice/index", - "style": { - "navigationBarTitleText": "客服", - "usingComponents": { - // #ifdef MP-WEIXIN - "chat": "plugin://myPlugin/chat" - // #endif - } + } + }, + { + "path": "distribution/withdrawal", + "style": { + "navigationBarTitleText": "提现", + "app-plus": { + //app页面不显示滚动条 + "scrollIndicator": "none" } } - ] - - }, - { - "root": "pages/floor", - "pages": [{ - "path": "empty" - }] - - }, - { - "root": "pages/passport", - "pages": [{ - "path": "login", - "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom", - "app-plus": { - "titleNView": false, - "animationType": "slide-in-bottom", - "scrollIndicator": "none", - "safearea": { - "bottom": { - "offset": "none" - } - } - } - } - }, - { - "path": "article", - "style": { - "navigationBarTitleText": "文章" - } - }, - { - "path": "wechatMPLogin", - "style": { - "navigationBarTitleText": "小程序登录", - "navigationStyle": "custom", - "navigationBarTextStyle": "black" + }, + { + "path": "distribution/join", + "style": { + "navigationBarTitleText": "推广资格申请", + "navigationBarTextStyle": "black", + "app-plus": { + //app页面不显示滚动条 + "scrollIndicator": "none" } } - ] + }, + { + "path": "distribution/history", + "style": { + "navigationBarTitleText": "提现历史" - }, + } + }, + { + "path": "distribution/auth", + "style": { + "navigationBarTitleText": "会员实名认证" - { - "root": "pages/promotion", - "pages": [{ - "path": "seckill", - "style": { - "navigationBarTitleText": "限时抢购", - "app-plus": { - "titleNView": { - "homeButton": true - } - } - } - }, + } + }, + { + "path": "distribution/achievement", + "style": { + "navigationBarTitleText": "我的分销业绩" - { - "path": "joinGroup", - "style": { - "navigationBarTitleText": "拼团活动", - "navigationStyle": "custom", // 隐藏系统导航栏 - "app-plus": { - // 将回弹属性关掉 - "bounce": "none" - } - } - }, { - "path": "lives", - "style": { - "navigationStyle": "custom", - "navigationBarTextStyle": "black" + } + }, + { + "path": "distribution/home", + "style": { + "navigationBarTitleText": "推广分佣" - } - }, { - "path": "bargain/list", - "style": { - "navigationStyle": "custom", - "navigationBarTextStyle": "white" + } + }, + { + "path": "deposit/index", + "style": { + "navigationStyle": "custom" - } - }, { - "path": "bargain/detail", - "style": { - "navigationStyle": "custom", - "navigationBarTextStyle": "white" + } + }, + { + "path": "deposit/operation", + "style": { + "navigationStyle": "custom" - } - }, { - "path": "bargain/log", - "style": { - "navigationBarTitleText": "砍价记录" - } - }, { - "path": "point/detail", - "style": { - "navigationStyle": "custom", - "navigationBarTextStyle": "white" + } + }, + { + "path": "deposit/recharge", + "style": { + "navigationBarTitleText": "充值金额" - } - }, { - "path": "point/pointList", - "style": { - "navigationBarTitleText": "积分商城" + } + }, + { + "path": "deposit/withdrawal", + "style": { + "navigationBarTitleText": "提现金额" + } + }, + + { + "path": "deposit/info", + "style": { + "navigationBarTitleText": "预存款详情" + + } + }, + { + "path": "address/address", + "style": { + "enablePullDownRefresh": true, + "navigationBarTitleText": "地址管理" + } + }, + { + "path": "address/add", + "style": { + "navigationBarTitleText": "收货人" + } + }, + { + "path": "address/addressManage", + "style": { + "navigationBarTitleText": "地址管理" + } + }, + { + "path": "set/versionFunctionList", + "style": { + "navigationBarTitleText": "功能介绍" + } + }, + + { + "path": "set/securityCenter/fingerLogin", + "style": { + "navigationBarTitleText": "指纹登录" + } + }, + { + "path": "set/securityCenter/faceLogin", + "style": { + "navigationBarTitleText": "面容登录" + } + }, + { + "path": "set/securityCenter/editPassword", + "style": { + "navigationBarTitleText": "修改密码", + "app-plus": { } } + }, - ] - }, - { - "root": "pages/cart", - "pages": [{ - "path": "coupon/myCoupon", - "style": { - "navigationBarTitleText": "我的优惠券", - "app-plus": { - "bounce": "coupon/none" - - } - } - }, - { - "path": "coupon/couponDetail", - "style": { - "navigationBarTitleText": "优惠券详情" - } - }, - { - "path": "coupon/index", - "style": { - "navigationBarTitleText": "优惠券" - } - }, - - { - "path": "coupon/couponCenter", - "style": { - "navigationBarTitleText": "领券中心", - "enablePullDownRefresh": true - - } - }, - { - "path": "payment/payOrder", - "style": { - "navigationBarTitleText": "支付订单", - "app-plus": { - "popGesture": "none" //禁止侧滑退出 - - } - } - }, - { - "path": "payment/success", - "style": { - "navigationBarTitleText": "支付成功", - "navigationStyle": "custom", // 隐藏系统导航栏 - "navigationBarTextStyle": "white", - "app-plus": { - "popGesture": "none", //禁止侧滑退出 - "titleNView": false - } - } - }, - { - "path": "payment/shareOrderGoods", - "style": { - "navigationBarTitleText": "", - "app-plus": { + { + "path": "set/feedBack", + "style": { + "navigationBarTitleText": "意见反馈" + } + }, + { + "path": "set/securityCenter/securityCenter", + "style": { + "navigationBarTitleText": "安全中心" + } + }, + { + "path": "set/editionIntro", + "style": { + "navigationBarTitleText": "关于我们" + } + }, + { + "path": "set/setUp", + "style": { + "navigationBarTitleText": "设置" + } + }, + { + "path": "set/personMsg", + "style": { + "navigationBarTitleText": "个人信息", + "app-plus": { + "titleNView": { + "padding-right": "12", + "buttons": [{ + "text": "保存", + "fontSize": "16", + "width": "auto", + "color": "#FFFFFF" + }] } } } + }, { + "path": "help/tips", + "style": { + "navigationBarTitleText": "" + } + }, { + "path": "point/myPoint", + "style": { + "navigationBarTitleText": "我的积分" + } + }, + { + "path": "msgTips/main", + "style": { + "navigationBarTitleText": "消息中心" + } + }, + { + "path": "msgTips/sysMsg/index", + "style": { + "navigationBarTitleText": "系统消息" + } + }, + { + "path": "msgTips/serviceMsg/index", + "style": { + "navigationBarTitleText": "客服记录" + } + }, + { + "path": "msgTips/packageMsg/index", + "style": { + "navigationBarTitleText": "物流消息" + } + }, + { + "path": "msgTips/packageMsg/logisticsDetail", + "style": { + "navigationBarTitleText": "订单跟踪" + } + } - ] + ] - }, - { - "root": "pages/order", - "pages": [{ - "path": "complain/complain", - "style": { - "navigationBarTitleText": "订单商品投诉" - } - }, - { - "path": "complain/complainInfo", - "style": { - "navigationBarTitleText": "投诉详情" - } - }, - { - "path": "complain/complainList", - "style": { - "navigationBarTitleText": "投诉列表" - } - }, - { - "path": "myOrder", - "style": { - "navigationBarTitleText": "我的订单", - "enablePullDownRefresh": true, - "app-plus": { - "bounce": "none" + }, - } - } - }, - { - "path": "invoice/invoiceDetail", - "style": { - "navigationBarTitleText": "发票详情" - } - }, - { - "path": "orderDetail", - "style": { - "navigationBarTitleText": "订单详情" - } - }, - { - "path": "evaluate/evaluateDetail", - "style": { - "navigationBarTitleText": "评价详情" - } - }, - { - "path": "evaluate/releaseEvaluate", - "style": { - "navigationBarTitleText": "发布评价" - } - }, - { - "path": "evaluate/myEvaluate", - "style": { - "navigationBarTitleText": "我的评价" - } - }, - - { - "path": "afterSales/applyProgress", - "style": { - "navigationBarTitleText": "售后服务" - } - }, - { - "path": "afterSales/applyDetail", - "style": { - "navigationBarTitleText": "售后服务" - } - }, - { - "path": "afterSales/applySuccess", - "style": { - "navigationBarTitleText": "提交成功", - "app-plus": { - "bounce": "none", - "titleNView": { - "titleColor": "#FFFFFF", - "buttons": [{ - "text": "完成", - "fontSize": "14", - "color": "#FFFFFF", - "width": "36px" - // "background": "rgba(0,0,0,0)" - }] + { + "root": "pages/product", + "pages": [{ + "path": "shopPage", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, { + "path": "shopList", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, { + "path": "licencePhoto", + "style": { + "navigationBarTitleText": "营业执照" + } + }, { + "path": "shopPageGoods", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "goods", + "style": { + "backgroundColor": "#fff", + "navigationStyle": "custom", + "app-plus": { + // 将回弹属性关掉 + "bounce": "none", + // 禁止页面滚动 + "scrollIndicator": "none", + "safearea": { + "bottom": { + "offset": "none" } } } - }, - { - "path": "afterSales/afterSalesDetailExpress" - }, - { - "path": "afterSales/afterSalesSelect", - "style": { - "navigationBarTitleText": "申请售后" - } - }, - { - "path": "afterSales/afterSalesDetail", - "style": { - "navigationBarTitleText": "申请售后" - } - }, - { - "path": "afterSales/afterSales", - "style": { - "navigationBarTitleText": "售后管理", - "enablePullDownRefresh": true - } - }, - { - "path": "fillorder", - "style": { - "navigationBarTitleText": "填写订单" - } } - ] - }, - { - "root": "TUIKit", - "pages": [{ - "path": "components/TUIConversation/index", - "style": { - "navigationBarTitleText": "腾讯云 IM绘画", - "app-plus": { - "titleNView": { - "backButton": true // 显示返回按钮 - } - } - } - }, - { - "path": "components/TUIChat/index", - "style": { - "navigationBarTitleText": "腾讯云 IM", - "app-plus": { - "softinputMode": "adjustResize", - "titleNView": { - "buttons": [{ - "type": "menu" - }] - } - }, - "h5": { - "titleNView": { - "buttons": [] - } - } - } - }, - // 集成 chat 组件,必须配置该路径: 视频播放 - { - "path": "components/TUIChat/video-play", - "style": { - "navigationBarTitleText": "腾讯云 IM1" - } - }, - { - "path": "components/TUIChat/web-view", - "style": { - "navigationBarTitleText": "腾讯云 IM2" - } - }, - { - "path": "components/TUIContact/index", - "style": { - "navigationBarTitleText": "腾讯云 IM3", - "app-plus": { - "titleNView": { - "backButton": true // 显示返回按钮 - } - } - } - }, - { - "path": "components/TUIGroup/index", - "style": { - "navigationBarTitleText": "腾讯云 IM4", - "app-plus": { - "titleNView": { - "backButton": true // 显示返回按钮 - } - } - } - }, - { - "path": "components/TUISearch/index", - "style": { - "navigationBarTitleText": "聊天记录" + }, + { + "path": "askList", + "style": { + "navigationBarTitleText": "问答专区" + } + }, + { //商品评价 + "path": "comment", + "navigationStyle": "custom", + "style": { + "navigationBarTitleText": "商品评价", + //app页面不显示滚动条 + "scrollIndicator": "none" + } + }, + { // 客服 + "path": "customerservice/index", + "style": { + "navigationBarTitleText": "客服", + "usingComponents": { + // #ifdef MP-WEIXIN + "chat": "plugin://myPlugin/chat" + // #endif } } - ] + } + ] + + }, + { + "root": "pages/floor", + "pages": [{ + "path": "empty" + }] + + }, + { + "root": "pages/passport", + "pages": [{ + "path": "login", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom", + "app-plus": { + "titleNView": false, + "animationType": "slide-in-bottom", + "scrollIndicator": "none", + "safearea": { + "bottom": { + "offset": "none" + } + } + } + } + }, + { + "path": "article", + "style": { + "navigationBarTitleText": "文章" + } + }, + { + "path": "wechatMPLogin", + "style": { + "navigationBarTitleText": "小程序登录", + "navigationStyle": "custom", + "navigationBarTextStyle": "black" + } + } + ] + + }, + + { + "root": "pages/promotion", + "pages": [{ + "path": "seckill", + "style": { + "navigationBarTitleText": "限时抢购", + "app-plus": { + "titleNView": { + "homeButton": true + } + } + } + }, + + { + "path": "joinGroup", + "style": { + "navigationBarTitleText": "拼团活动", + "navigationStyle": "custom", // 隐藏系统导航栏 + "app-plus": { + // 将回弹属性关掉 + "bounce": "none" + } + } + }, { + "path": "lives", + "style": { + "navigationStyle": "custom", + "navigationBarTextStyle": "black" + + } + }, { + "path": "bargain/list", + "style": { + "navigationStyle": "custom", + "navigationBarTextStyle": "white" + + } + }, { + "path": "bargain/detail", + "style": { + "navigationStyle": "custom", + "navigationBarTextStyle": "white" + + } + }, { + "path": "bargain/log", + "style": { + "navigationBarTitleText": "砍价记录" + } + }, { + "path": "point/detail", + "style": { + "navigationStyle": "custom", + "navigationBarTextStyle": "white" + + } + }, { + "path": "point/pointList", + "style": { + "navigationBarTitleText": "积分商城" + + + } + } + + ] + + }, + { + "root": "pages/cart", + "pages": [{ + "path": "coupon/myCoupon", + "style": { + "navigationBarTitleText": "我的优惠券", + "app-plus": { + "bounce": "coupon/none" + + } + } + }, + { + "path": "coupon/couponDetail", + "style": { + "navigationBarTitleText": "优惠券详情" + } + }, + { + "path": "coupon/index", + "style": { + "navigationBarTitleText": "优惠券" + } + }, + + { + "path": "coupon/couponCenter", + "style": { + "navigationBarTitleText": "领券中心", + "enablePullDownRefresh": true + + } + }, + { + "path": "payment/payOrder", + "style": { + "navigationBarTitleText": "支付订单", + "app-plus": { + "popGesture": "none" //禁止侧滑退出 + + } + } + }, + { + "path": "payment/success", + "style": { + "navigationBarTitleText": "支付成功", + "navigationStyle": "custom", // 隐藏系统导航栏 + "navigationBarTextStyle": "white", + "app-plus": { + "popGesture": "none", //禁止侧滑退出 + "titleNView": false + } + } + }, + { + "path": "payment/shareOrderGoods", + "style": { + "navigationBarTitleText": "", + "app-plus": { + + } + } + } + + ] + + }, + { + "root": "pages/order", + "pages": [{ + "path": "complain/complain", + "style": { + "navigationBarTitleText": "订单商品投诉" + } + }, + { + "path": "complain/complainInfo", + "style": { + "navigationBarTitleText": "投诉详情" + } + }, + { + "path": "complain/complainList", + "style": { + "navigationBarTitleText": "投诉列表" + } + }, + { + "path": "myOrder", + "style": { + "navigationBarTitleText": "我的订单", + "enablePullDownRefresh": true, + "app-plus": { + "bounce": "none" + + } + } + }, + { + "path": "invoice/invoiceDetail", + "style": { + "navigationBarTitleText": "发票详情" + } + }, + { + "path": "orderDetail", + "style": { + "navigationBarTitleText": "订单详情" + } + }, + { + "path": "evaluate/evaluateDetail", + "style": { + "navigationBarTitleText": "评价详情" + } + }, + + { + "path": "evaluate/releaseEvaluate", + "style": { + "navigationBarTitleText": "发布评价" + } + }, + { + "path": "evaluate/myEvaluate", + "style": { + "navigationBarTitleText": "我的评价" + } + }, + + { + "path": "afterSales/applyProgress", + "style": { + "navigationBarTitleText": "售后服务" + } + }, + { + "path": "afterSales/applyDetail", + "style": { + "navigationBarTitleText": "售后服务" + } + }, + { + "path": "afterSales/applySuccess", + "style": { + "navigationBarTitleText": "提交成功", + "app-plus": { + "bounce": "none", + "titleNView": { + "titleColor": "#FFFFFF", + "buttons": [{ + "text": "完成", + "fontSize": "14", + "color": "#FFFFFF", + "width": "36px" + // "background": "rgba(0,0,0,0)" + }] + } + } + } + }, + { + "path": "afterSales/afterSalesDetailExpress" + }, + { + "path": "afterSales/afterSalesSelect", + "style": { + "navigationBarTitleText": "申请售后" + } + }, + { + "path": "afterSales/afterSalesDetail", + "style": { + "navigationBarTitleText": "申请售后" + } + }, + { + "path": "afterSales/afterSales", + "style": { + "navigationBarTitleText": "售后管理", + "enablePullDownRefresh": true + } + }, + { + "path": "fillorder", + "style": { + "navigationBarTitleText": "填写订单" + } + } + ] + }, + { + "root": "TUIKit", + "pages": [{ + "path": "components/TUIConversation/index", + "style": { + "navigationBarTitleText": "腾讯云 IM绘画", + "app-plus": { + "titleNView": { + "backButton": true // 显示返回按钮 + } + } + } + }, + { + "path": "components/TUIChat/index", + "style": { + "navigationBarTitleText": "腾讯云 IM", + "app-plus": { + "softinputMode": "adjustResize", + "titleNView": { + "buttons": [{ + "type": "menu" + }] + } + }, + "h5": { + "titleNView": { + "buttons": [] + } + } + } + }, + // 集成 chat 组件,必须配置该路径: 视频播放 + { + "path": "components/TUIChat/video-play", + "style": { + "navigationBarTitleText": "腾讯云 IM1" + } + }, + { + "path": "components/TUIChat/web-view", + "style": { + "navigationBarTitleText": "腾讯云 IM2" + } + }, + { + "path": "components/TUIContact/index", + "style": { + "navigationBarTitleText": "腾讯云 IM3", + "app-plus": { + "titleNView": { + "backButton": true // 显示返回按钮 + } + } + } + }, + { + "path": "components/TUIGroup/index", + "style": { + "navigationBarTitleText": "腾讯云 IM4", + "app-plus": { + "titleNView": { + "backButton": true // 显示返回按钮 + } + } + } + }, + { + "path": "components/TUISearch/index", + "style": { + "navigationBarTitleText": "聊天记录" + } + } + ] + } + ], + "globalStyle": { + "navigationBarTextStyle": "black", + "navigationBarTitleText": "Lili商城", + "titleColor": "#303133", + "navigationBarBackgroundColor": "#fff", + "backgroundColor": "#0e0d0d", + "color": "#FFFFFF", + "app-plus": { + // 全局关闭回弹功能 + "bounce": "none" + + } + }, + "tabBar": { + "color": "#999696", + "selectedColor": "#FFFFFF", + "borderStyle": "#1c1b1b", + "backgroundColor": "#0e0d0d", + "fontSize": "16px", + "list": [{ + "pagePath": "pages/tabbar/vlog/index", + "text": "首页" + }, + { + "pagePath": "pages/tabbar/home/index", + "text": "本地" + }, + { + "pagePath": "pages/tabbar/im/index", + "text": "消息" + }, + { + "pagePath": "pages/me/me", + "text": "我的" } ], - "globalStyle": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "Lili商城", - "titleColor": "#303133", - "navigationBarBackgroundColor": "#fff", - "backgroundColor": "#0e0d0d", - "color": "#FFFFFF", - "app-plus": { - // 全局关闭回弹功能 - "bounce": "none" - - } - }, - "tabBar": { - "color": "#999696", - "selectedColor": "#FFFFFF", - "borderStyle": "#1c1b1b", - "backgroundColor": "#0e0d0d", - "fontSize": "16px", - "list": [{ - "pagePath": "pages/tabbar/vlog/index", - "text": "首页" - }, - { - "pagePath": "pages/tabbar/home/index", - "text": "本地" - }, - { - "pagePath": "pages/tabbar/im/index", - "text": "消息" - }, - { - "pagePath": "pages/me/me", - "text": "我的" - } - ], - "midButton": { - "height": "40px", - "iconWidth": "40px", - "iconPath": "static/img/douyin.png" - } - }, - // #todo 为什么要注释condition下代码? - // IOS plus.runtime.arguments 添加 condition节点后, 框架会修改 runtime.arguments - // 会影响什么功能? - // -在h5中唤醒app会一直返回默认值 {"name":"","path":"","query":"","id":0} - "condition": { //模式配置,仅开发期间生效 - // "current": 0, //当前激活的模式(list 的索引项) - // "list": [{ - // "name": "", //模式名称 - // "path":"", //启动页面,必选 - // "query": "" //启动参数,在页面的onLoad函数里面得到 - // }] + "midButton": { + "height": "40px", + "iconWidth": "40px", + "iconPath": "static/img/douyin.png" } - } \ No newline at end of file + }, + // #todo 为什么要注释condition下代码? + // IOS plus.runtime.arguments 添加 condition节点后, 框架会修改 runtime.arguments + // 会影响什么功能? + // -在h5中唤醒app会一直返回默认值 {"name":"","path":"","query":"","id":0} + "condition": { //模式配置,仅开发期间生效 + // "current": 0, //当前激活的模式(list 的索引项) + // "list": [{ + // "name": "", //模式名称 + // "path":"", //启动页面,必选 + // "query": "" //启动参数,在页面的onLoad函数里面得到 + // }] + } +} \ No newline at end of file