Compare commits
9 Commits
x-5
...
47212a83e9
| Author | SHA1 | Date | |
|---|---|---|---|
| 47212a83e9 | |||
| cb1f1b460a | |||
| f3d9613e8a | |||
| 04e7e7bf2e | |||
| 250a675cee | |||
| d9e889c65c | |||
| c1b03b5e44 | |||
| 853f679d0b | |||
| 71862ec3d5 |
@@ -41,6 +41,7 @@
|
||||
"dcloudio",
|
||||
"iconfont",
|
||||
"qrcode",
|
||||
"realname",
|
||||
"refresherrefresh",
|
||||
"scrolltolower",
|
||||
"tabbar",
|
||||
|
||||
@@ -7,7 +7,7 @@ VITE_WX_APPID = 'wxa2abb91f64032a2b'
|
||||
# h5部署网站的base,配置到 manifest.config.ts 里的 h5.router.base
|
||||
VITE_APP_PUBLIC_BASE=/
|
||||
|
||||
VITE_SERVER_BASEURL = 'https://mapi.foxmail555.cc'
|
||||
VITE_SERVER_BASEURL = 'https://api.maldiveswallet.com'
|
||||
VITE_UPLOAD_BASEURL = 'https://ukw0y1.laf.run/upload'
|
||||
|
||||
# h5是否需要配置代理
|
||||
|
||||
@@ -87,21 +87,21 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@chenfengyuan/vue-qrcode": "^2.0.0",
|
||||
"@dcloudio/uni-app": "3.0.0-4020920240930001",
|
||||
"@dcloudio/uni-app-harmony": "3.0.0-4020920240930001",
|
||||
"@dcloudio/uni-app-plus": "3.0.0-4020920240930001",
|
||||
"@dcloudio/uni-components": "3.0.0-4020920240930001",
|
||||
"@dcloudio/uni-h5": "3.0.0-4020920240930001",
|
||||
"@dcloudio/uni-mp-alipay": "3.0.0-4020920240930001",
|
||||
"@dcloudio/uni-mp-baidu": "3.0.0-4020920240930001",
|
||||
"@dcloudio/uni-mp-jd": "3.0.0-4020920240930001",
|
||||
"@dcloudio/uni-mp-kuaishou": "3.0.0-4020920240930001",
|
||||
"@dcloudio/uni-mp-lark": "3.0.0-4020920240930001",
|
||||
"@dcloudio/uni-mp-qq": "3.0.0-4020920240930001",
|
||||
"@dcloudio/uni-mp-toutiao": "3.0.0-4020920240930001",
|
||||
"@dcloudio/uni-mp-weixin": "3.0.0-4020920240930001",
|
||||
"@dcloudio/uni-mp-xhs": "3.0.0-4020920240930001",
|
||||
"@dcloudio/uni-quickapp-webview": "3.0.0-4020920240930001",
|
||||
"@dcloudio/uni-app": "3.0.0-alpha-4040320241223001",
|
||||
"@dcloudio/uni-app-harmony": "3.0.0-alpha-4040320241223001",
|
||||
"@dcloudio/uni-app-plus": "3.0.0-alpha-4040320241223001",
|
||||
"@dcloudio/uni-components": "3.0.0-alpha-4040320241223001",
|
||||
"@dcloudio/uni-h5": "3.0.0-alpha-4040320241223001",
|
||||
"@dcloudio/uni-mp-alipay": "3.0.0-alpha-4040320241223001",
|
||||
"@dcloudio/uni-mp-baidu": "3.0.0-alpha-4040320241223001",
|
||||
"@dcloudio/uni-mp-jd": "3.0.0-alpha-4040320241223001",
|
||||
"@dcloudio/uni-mp-kuaishou": "3.0.0-alpha-4040320241223001",
|
||||
"@dcloudio/uni-mp-lark": "3.0.0-alpha-4040320241223001",
|
||||
"@dcloudio/uni-mp-qq": "3.0.0-alpha-4040320241223001",
|
||||
"@dcloudio/uni-mp-toutiao": "3.0.0-alpha-4040320241223001",
|
||||
"@dcloudio/uni-mp-weixin": "3.0.0-alpha-4040320241223001",
|
||||
"@dcloudio/uni-mp-xhs": "3.0.0-alpha-4040320241223001",
|
||||
"@dcloudio/uni-quickapp-webview": "3.0.0-alpha-4040320241223001",
|
||||
"dayjs": "1.11.10",
|
||||
"nprogress": "^0.2.0",
|
||||
"pinia": "2.0.36",
|
||||
@@ -116,10 +116,10 @@
|
||||
"@commitlint/cli": "^18.6.1",
|
||||
"@commitlint/config-conventional": "^18.6.3",
|
||||
"@dcloudio/types": "^3.4.14",
|
||||
"@dcloudio/uni-automator": "3.0.0-4020920240930001",
|
||||
"@dcloudio/uni-cli-shared": "3.0.0-4020920240930001",
|
||||
"@dcloudio/uni-stacktracey": "3.0.0-4020920240930001",
|
||||
"@dcloudio/vite-plugin-uni": "3.0.0-4020920240930001",
|
||||
"@dcloudio/uni-automator": "3.0.0-alpha-4040320241223001",
|
||||
"@dcloudio/uni-cli-shared": "3.0.0-alpha-4040320241223001",
|
||||
"@dcloudio/uni-stacktracey": "3.0.0-alpha-4040320241223001",
|
||||
"@dcloudio/vite-plugin-uni": "3.0.0-alpha-4040320241223001",
|
||||
"@esbuild/darwin-arm64": "0.20.2",
|
||||
"@esbuild/darwin-x64": "0.20.2",
|
||||
"@iconify-json/carbon": "^1.2.4",
|
||||
|
||||
@@ -15,50 +15,50 @@ importers:
|
||||
specifier: ^2.0.0
|
||||
version: 2.0.0(qrcode@1.5.4)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-app':
|
||||
specifier: 3.0.0-4020920240930001
|
||||
version: 3.0.0-4020920240930001(@dcloudio/types@3.4.14)(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
specifier: 3.0.0-alpha-4040320241223001
|
||||
version: 3.0.0-alpha-4040320241223001(@dcloudio/types@3.4.14)(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-app-harmony':
|
||||
specifier: 3.0.0-4020920240930001
|
||||
version: 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vite@5.2.8(@types/node@20.17.9)(sass@1.77.8)(terser@5.36.0))(vue@3.4.21(typescript@5.7.2))
|
||||
specifier: 3.0.0-alpha-4040320241223001
|
||||
version: 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vite@5.2.8(@types/node@20.17.9)(sass@1.77.8)(terser@5.36.0))(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-app-plus':
|
||||
specifier: 3.0.0-4020920240930001
|
||||
version: 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vite@5.2.8(@types/node@20.17.9)(sass@1.77.8)(terser@5.36.0))(vue@3.4.21(typescript@5.7.2))
|
||||
specifier: 3.0.0-alpha-4040320241223001
|
||||
version: 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vite@5.2.8(@types/node@20.17.9)(sass@1.77.8)(terser@5.36.0))(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-components':
|
||||
specifier: 3.0.0-4020920240930001
|
||||
version: 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
specifier: 3.0.0-alpha-4040320241223001
|
||||
version: 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-h5':
|
||||
specifier: 3.0.0-4020920240930001
|
||||
version: 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
specifier: 3.0.0-alpha-4040320241223001
|
||||
version: 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-alipay':
|
||||
specifier: 3.0.0-4020920240930001
|
||||
version: 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
specifier: 3.0.0-alpha-4040320241223001
|
||||
version: 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-baidu':
|
||||
specifier: 3.0.0-4020920240930001
|
||||
version: 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
specifier: 3.0.0-alpha-4040320241223001
|
||||
version: 3.0.0-alpha-4040320241223001(@dcloudio/types@3.4.14)(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-jd':
|
||||
specifier: 3.0.0-4020920240930001
|
||||
version: 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
specifier: 3.0.0-alpha-4040320241223001
|
||||
version: 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-kuaishou':
|
||||
specifier: 3.0.0-4020920240930001
|
||||
version: 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
specifier: 3.0.0-alpha-4040320241223001
|
||||
version: 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-lark':
|
||||
specifier: 3.0.0-4020920240930001
|
||||
version: 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
specifier: 3.0.0-alpha-4040320241223001
|
||||
version: 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-qq':
|
||||
specifier: 3.0.0-4020920240930001
|
||||
version: 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
specifier: 3.0.0-alpha-4040320241223001
|
||||
version: 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-toutiao':
|
||||
specifier: 3.0.0-4020920240930001
|
||||
version: 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
specifier: 3.0.0-alpha-4040320241223001
|
||||
version: 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-weixin':
|
||||
specifier: 3.0.0-4020920240930001
|
||||
version: 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
specifier: 3.0.0-alpha-4040320241223001
|
||||
version: 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-xhs':
|
||||
specifier: 3.0.0-4020920240930001
|
||||
version: 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
specifier: 3.0.0-alpha-4040320241223001
|
||||
version: 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-quickapp-webview':
|
||||
specifier: 3.0.0-4020920240930001
|
||||
version: 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
specifier: 3.0.0-alpha-4040320241223001
|
||||
version: 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
dayjs:
|
||||
specifier: 1.11.10
|
||||
version: 1.11.10
|
||||
@@ -97,17 +97,17 @@ importers:
|
||||
specifier: ^3.4.14
|
||||
version: 3.4.14
|
||||
'@dcloudio/uni-automator':
|
||||
specifier: 3.0.0-4020920240930001
|
||||
version: 3.0.0-4020920240930001(jest-environment-node@27.5.1)(jest@27.0.4)(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
specifier: 3.0.0-alpha-4040320241223001
|
||||
version: 3.0.0-alpha-4040320241223001(jest-environment-node@27.5.1)(jest@27.0.4)(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-cli-shared':
|
||||
specifier: 3.0.0-4020920240930001
|
||||
version: 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
specifier: 3.0.0-alpha-4040320241223001
|
||||
version: 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-stacktracey':
|
||||
specifier: 3.0.0-4020920240930001
|
||||
version: 3.0.0-4020920240930001
|
||||
specifier: 3.0.0-alpha-4040320241223001
|
||||
version: 3.0.0-alpha-4040320241223001
|
||||
'@dcloudio/vite-plugin-uni':
|
||||
specifier: 3.0.0-4020920240930001
|
||||
version: 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vite@5.2.8(@types/node@20.17.9)(sass@1.77.8)(terser@5.36.0))(vue@3.4.21(typescript@5.7.2))
|
||||
specifier: 3.0.0-alpha-4040320241223001
|
||||
version: 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vite@5.2.8(@types/node@20.17.9)(sass@1.77.8)(terser@5.36.0))(vue@3.4.21(typescript@5.7.2))
|
||||
'@esbuild/darwin-arm64':
|
||||
specifier: 0.20.2
|
||||
version: 0.20.2
|
||||
@@ -965,110 +965,113 @@ packages:
|
||||
'@dcloudio/types@3.4.14':
|
||||
resolution: {integrity: sha512-VolQeZfTh8pQFsr2IlfIVX93blfvGTuBoJuZUc7iWOqtHV8gDrq6fXLhzsVlgZyuhhRZLOxlo33rkEqnY+ucAw==}
|
||||
|
||||
'@dcloudio/uni-app-harmony@3.0.0-4020920240930001':
|
||||
resolution: {integrity: sha512-YHAJSX1DCaLTr7MDc4mOJ/0JfECn2YS9b5EvMyl5WUy8CIDSupOxFpygnpcUHTlyExdQOivp35TerYfLa0BDew==}
|
||||
'@dcloudio/uni-app-harmony@3.0.0-alpha-4040320241223001':
|
||||
resolution: {integrity: sha512-ewRYBDyrTq7KBq61Kz9Fa44iVecXnLZb9pWsTRcsdOkijmlOdsaMWw4xvv93cm+NmHqyH8cN39+0JBx/1HrwrA==}
|
||||
|
||||
'@dcloudio/uni-app-plus@3.0.0-4020920240930001':
|
||||
resolution: {integrity: sha512-0MQx5lAZ+y8E5/jjkjSfpyZvhUNaqRZbcD7u+cragHjE17PndQo+h7wmyGYgzGQYmuikiD8CX+o+NtTo4Z/TiA==}
|
||||
'@dcloudio/uni-app-plus@3.0.0-alpha-4040320241223001':
|
||||
resolution: {integrity: sha512-4KhT8w4gxvcCqnO6+ejj1FskIn5MSErYOy+aA2MXKcBG/ZavMLyYXAC1dP6O4IHMZYAa1RomZr4Gk752NZ8+nQ==}
|
||||
|
||||
'@dcloudio/uni-app-uts@3.0.0-4020920240930001':
|
||||
resolution: {integrity: sha512-OaEyI9hrjR6I8bNc9GdfOos/zWfiA0eIy4gLLVpkGxpMmAoqR9j5fs7g804SDAn3NtzNtzOJrAXx7sl5mJwsIw==}
|
||||
'@dcloudio/uni-app-uts@3.0.0-alpha-4040320241223001':
|
||||
resolution: {integrity: sha512-t2uEagf/F1SwvDg+IBjg+rm/gYr8l6p+MsiqIvBye9bLv/7Y1urX5aAsiZ814MNqshCnBLpwmYadQRHhybnOeg==}
|
||||
|
||||
'@dcloudio/uni-app-vite@3.0.0-4020920240930001':
|
||||
resolution: {integrity: sha512-hG7aTOb1Clgli8qeMVFItadlAT51Kbw2J7CpbWJ5Pkv8uv63QAo2ruRiHs2eYTWRpfXRqr7nZ3J7d74VbrUZ7A==}
|
||||
'@dcloudio/uni-app-vite@3.0.0-alpha-4040320241223001':
|
||||
resolution: {integrity: sha512-CGgtuV6HJ3QHUxERcPnZj2Jz170IzNrsB3fpyk/9V8hwhDHf5xD+HaHQp8oOh0sqSj8NKrgix8dV+t8J8impgg==}
|
||||
|
||||
'@dcloudio/uni-app-vue@3.0.0-4020920240930001':
|
||||
resolution: {integrity: sha512-GMmN0NJjyb0I/G3tE8kBN9DkvwTBKJjjnXzSCCPDbXJbH8YJiThjzyBBdyXb1cJwdgAhwTbwX8dWu7uyT+bllA==}
|
||||
'@dcloudio/uni-app-vue@3.0.0-alpha-4040320241223001':
|
||||
resolution: {integrity: sha512-QGsAFq3Kg4YhSqH0wUds/i2YGmzzVWJ5dOaYYFi03l0BLQ/vgxApbBLQLEkpbGRqfpkDL7Fh/X6U17JHetgS7Q==}
|
||||
|
||||
'@dcloudio/uni-app@3.0.0-4020920240930001':
|
||||
resolution: {integrity: sha512-Er2pOCUTss7h5sYL32gLAWbYysYyhYzj8ZYKAjF/1aX+YkigD7beU1oX4M/m5yOo1RoogsQNTs5dyUn7R1sFrA==}
|
||||
'@dcloudio/uni-app@3.0.0-alpha-4040320241223001':
|
||||
resolution: {integrity: sha512-/IYlcA+vb3r9IVwC0Kssjq1DM6ADOd6E0lRYZiVo87U4/0wKJLLA4D+ac+e9O2r5HeZ/ltm4YJpK/cH2ncxIYw==}
|
||||
peerDependencies:
|
||||
'@dcloudio/types': ^3.4.11
|
||||
'@dcloudio/types': ^3.4.14
|
||||
|
||||
'@dcloudio/uni-automator@3.0.0-4020920240930001':
|
||||
resolution: {integrity: sha512-HsCw/ulfiG8Kavn1cz1bCHOcUiBxCvyphOjMMjnNIJZb/cgQl7HpJQ7PThpQXDpEn2oNRKw/6fKsX2ZTLWfWZA==}
|
||||
'@dcloudio/uni-automator@3.0.0-alpha-4040320241223001':
|
||||
resolution: {integrity: sha512-qrTqkU9jVOsZSxcoKBZc8pphWGtCnu6GMfTuO0Nh0c2/71z6cCgVluEk3nnKnCAfEB7Lk5fI1CEH5GUtoZJSFQ==}
|
||||
peerDependencies:
|
||||
jest: 27.0.4
|
||||
jest-environment-node: 27.5.1
|
||||
|
||||
'@dcloudio/uni-cli-shared@3.0.0-4020920240930001':
|
||||
resolution: {integrity: sha512-DpKcXXtAiyZXX8WxDSSRjl/PuTYFPBvWDcS7UfWR3Vw13gM3TUEu3WPl1URgGlxmwr30x5YLv6ZA6UoXSZ6MNw==}
|
||||
'@dcloudio/uni-cli-shared@3.0.0-alpha-4040320241223001':
|
||||
resolution: {integrity: sha512-bgiEk2D6XWZlBrgslKQHYvNvv+8QOda9fl5Oa8GEJZwVgLf45/aIV/7gv8LcOPT30MEOVli7aaurbOaTFsWFNQ==}
|
||||
engines: {node: ^14.18.0 || >=16.0.0}
|
||||
|
||||
'@dcloudio/uni-cloud@3.0.0-4020920240930001':
|
||||
resolution: {integrity: sha512-N4/4mv+PhtQkg3w0xrjBnir2SA5t23gOs8ZC3Mp3q2+iMS9Lo4puc/81mGaQxc2pZhdsV5MzxWCoquFdbyWCzA==}
|
||||
'@dcloudio/uni-cloud@3.0.0-alpha-4040320241223001':
|
||||
resolution: {integrity: sha512-1oWMaRh2o16uA9MQVw+wdkG59bZhDG0um4Swvn2IKt4qW+xAlK6ZCgUsNB8FeEh4pDlYKhn3tbhliNWohrC0tA==}
|
||||
|
||||
'@dcloudio/uni-components@3.0.0-4020920240930001':
|
||||
resolution: {integrity: sha512-ZC3z/RIeHtx3SkJtKwArKGAq+poDevzcQG3MV6gKLubwPAkri8UR4ptSjJwzvs7ESoGwGwqxy6aNndUIx6+fsw==}
|
||||
'@dcloudio/uni-components@3.0.0-alpha-4040320241223001':
|
||||
resolution: {integrity: sha512-8KznEO+PE7ddCcmiChYLymu3zehL8fv/UUSh++nXtorev4aXRjzxbVlvwo+F4aGKmnZogms/NXkaFK+9Mt1hUg==}
|
||||
|
||||
'@dcloudio/uni-h5-vite@3.0.0-4020920240930001':
|
||||
resolution: {integrity: sha512-9kZvdOmAl59vNcVDPH4doQRhnGhEB7oT+LEy6uW+BIDvkMZN/hw9MYUzv7WIysXCg51gY0vRJdIkU1OpDCz8tg==}
|
||||
'@dcloudio/uni-console@3.0.0-alpha-4040320241223001':
|
||||
resolution: {integrity: sha512-Ck4jo4wXy5qXkCFPbgqHF4tnJS1qLDmtXCFiDAldYXZ0bEP01aAiooAwzAC3XMcKzUJmmx6Gs/gNSvHZSQ8sIA==}
|
||||
|
||||
'@dcloudio/uni-h5-vue@3.0.0-4020920240930001':
|
||||
resolution: {integrity: sha512-kUfK+50xilnGJVQq35N8VHA5bb0q7JmT5Cc8I8mPVFuVdl38zpumsjG6Qg8dhS5E/9GqjjWqH3aWOn6ugTFMxQ==}
|
||||
'@dcloudio/uni-h5-vite@3.0.0-alpha-4040320241223001':
|
||||
resolution: {integrity: sha512-+VCt/K3ap4J3Eo/K3OtQXFb4X70jBiFSZz8iH2MI5Ui3QeVuoSGsOTsYDXz/5rZ1g2TRNO5hjWpvYVoQhx5qgA==}
|
||||
|
||||
'@dcloudio/uni-h5@3.0.0-4020920240930001':
|
||||
resolution: {integrity: sha512-9M7UqJVVC1KEP6mcmRzmdWX8+VWp3Y+FSKGQ4ymWJ+T0Xest4i3oggj2nLBDTfyhYMEZ3hNFI885o5cUoolMCw==}
|
||||
'@dcloudio/uni-h5-vue@3.0.0-alpha-4040320241223001':
|
||||
resolution: {integrity: sha512-foJJBivutwbF/kgvhgWdf5q0KxIfqQ7WL6AhYi+/seXUwBHSZVV0d6ga35LyIAo1YvKZbyPXEbdu82HceNjmgw==}
|
||||
|
||||
'@dcloudio/uni-i18n@3.0.0-4020920240930001':
|
||||
resolution: {integrity: sha512-ltKiciML0ptWRytvbFt1dd4YglEjh4fsUc0D/dY+y5YKNxK7h/V2HT3qkQtP05T1kjEput4KrWNn23fczO3YFg==}
|
||||
'@dcloudio/uni-h5@3.0.0-alpha-4040320241223001':
|
||||
resolution: {integrity: sha512-tscU2q7cQzu54BSGu9okqGEFCgOrYEc8GqsoiPth1nAnKLUooaRmCb0/IDdcc7ls9IHMqLawAQqHIuIi/NNPXA==}
|
||||
|
||||
'@dcloudio/uni-mp-alipay@3.0.0-4020920240930001':
|
||||
resolution: {integrity: sha512-52XHUPmZixd8TZQ9BKrme139Uq5wfYy6DjMdeSQRJ9DJRtVe4WsWxgJ6DoKdPJLtiG1OSljmZOjU5V35WuhsWA==}
|
||||
'@dcloudio/uni-i18n@3.0.0-alpha-4040320241223001':
|
||||
resolution: {integrity: sha512-J+fT4EZnCk/WNwQbLHSGuw2njWD79BE/58+iE1km2fJgCpwEAgJxKDfBbFU89YdBuiWVjzcqdzVSKngA3WJ4TA==}
|
||||
|
||||
'@dcloudio/uni-mp-baidu@3.0.0-4020920240930001':
|
||||
resolution: {integrity: sha512-2MyZYMQdiU3Xog/f/HdRZLoQk5uVPICfysfnxirjdd4O/umhsRkdwMjq092mmmmkSEdTQIlwiQGK+8d3snLofQ==}
|
||||
'@dcloudio/uni-mp-alipay@3.0.0-alpha-4040320241223001':
|
||||
resolution: {integrity: sha512-fZIjVTJmZF7j1vPFsC3Gft0PhmlxTwh5G2KNvjCIOrfWBtHWKonPuRrsP65pydNXl0FPWA1w+0iIoaabHK/R6A==}
|
||||
|
||||
'@dcloudio/uni-mp-compiler@3.0.0-4020920240930001':
|
||||
resolution: {integrity: sha512-ngbbKTDWCzE8j3Xf5ezBRdV4NiXPTIS9GylIvL1quJVjcWEwbfoSvROTCBxLv+i8unu5+UbtRa1+KdsrUKtFOQ==}
|
||||
'@dcloudio/uni-mp-baidu@3.0.0-alpha-4040320241223001':
|
||||
resolution: {integrity: sha512-yG21wR61Y3Y5EwmZlct0PvGJI3mfmYqNdLO2y4MHAIPQie2ZQlo/oGoHxcW3v3jnT9cTermrFJ72OkBQIzve3A==}
|
||||
|
||||
'@dcloudio/uni-mp-jd@3.0.0-4020920240930001':
|
||||
resolution: {integrity: sha512-L9WncaToo27wZcmLbFFZGkIo7iBKEk53bOy6fntUhECPJe0076q2KUnWyFF8Mq9euOz9KESazBo8u6PyoZkwuA==}
|
||||
'@dcloudio/uni-mp-compiler@3.0.0-alpha-4040320241223001':
|
||||
resolution: {integrity: sha512-3p8/THBvcFqCdl81OCbxcKJZz0epNWxDW8nIQb44apA1WjbAKSFdpl+E4ltbuihseMsNPi8fxdTgFoFyOhdQAA==}
|
||||
|
||||
'@dcloudio/uni-mp-kuaishou@3.0.0-4020920240930001':
|
||||
resolution: {integrity: sha512-y8xmnGZX1cjgx5A3V0g43+0LrNrafb6J7NjdYjjzvlelTalAICofMMxOB/TMY4kIvAcAO8pTrvJ8gsxQTj3Law==}
|
||||
'@dcloudio/uni-mp-jd@3.0.0-alpha-4040320241223001':
|
||||
resolution: {integrity: sha512-dnjiXCV70YexlTL1hgcSWtduUVXrF7ObAX/bwue8CB5GVwjcx/1EtThLwRl+Nayf8TGouLXnsuq9CgGFJfC6KQ==}
|
||||
|
||||
'@dcloudio/uni-mp-lark@3.0.0-4020920240930001':
|
||||
resolution: {integrity: sha512-6siEc/tbZLGh3DDZin+3hEWtncUs+Nk6ttEsZgIyNwX+SPTf2pFDj23dZAq3h/Lc89EvIgSjyFOuKJ1yivrLdg==}
|
||||
'@dcloudio/uni-mp-kuaishou@3.0.0-alpha-4040320241223001':
|
||||
resolution: {integrity: sha512-ZH7J+OiRZGRmVZJK9pncj+MmIb5pV6fMjvETi2ayiIgk1UXtHDieWafd3ifZcq8rELeh+PQ/IFYtJ6xh2Dc47w==}
|
||||
|
||||
'@dcloudio/uni-mp-qq@3.0.0-4020920240930001':
|
||||
resolution: {integrity: sha512-TD4HUZiXa/3pjhRFJo0uMygMCZZk09pbzmR9FPU/kMQk3pxfgrMrMAY3To9boMULKNJenT1pIVy/QxEXiTyH1Q==}
|
||||
'@dcloudio/uni-mp-lark@3.0.0-alpha-4040320241223001':
|
||||
resolution: {integrity: sha512-ow5qk75S7gQHpo+sdN+sMPkycC/yHPUsCdKhw424NzjSGFqXa8RnDzSOJmUiYpmnzssvA1QzYiS+4Kks+fWqCg==}
|
||||
|
||||
'@dcloudio/uni-mp-toutiao@3.0.0-4020920240930001':
|
||||
resolution: {integrity: sha512-eo0a+cwY9mgs/DxMplKpqTyIJmJUJpPr/hT2DPsqnPA8OXAbIKbhJBZbwC2z/EJDduOhzNpCkliHhv4Ahks2vQ==}
|
||||
'@dcloudio/uni-mp-qq@3.0.0-alpha-4040320241223001':
|
||||
resolution: {integrity: sha512-Xp62ct2rZjQAzkAp6GYHZ4Ios+5MIl9YiSxxCe1uUj2sHoo588RMYA5FuvcIvJyID6i//s16pjfBNDo4LEnEEA==}
|
||||
|
||||
'@dcloudio/uni-mp-vite@3.0.0-4020920240930001':
|
||||
resolution: {integrity: sha512-awTd9X+yZ67shjBVxZ02bJ5ImU4/mODprz2lmYHA19RjjhzfNrDsIYBWAtfWMZ2WP5z1OL7WnZNiwPHWiuh9mQ==}
|
||||
'@dcloudio/uni-mp-toutiao@3.0.0-alpha-4040320241223001':
|
||||
resolution: {integrity: sha512-bfM2k/xV2WsUp3BBnjJQwkqnkAWSzPFKbajSYsKo4rDcBA/0Fbc4l+XsUQbJGipRZMJ/C3csORmzsL6KHvWEXw==}
|
||||
|
||||
'@dcloudio/uni-mp-vue@3.0.0-4020920240930001':
|
||||
resolution: {integrity: sha512-65zNSA4jybW+sNRBLnR2Fni1dMNycJj0T6S1Lbhb/7ofJ7mosZdwjk8OFym3ZWjghov9x0Z3xAXGDIdWmSWNNw==}
|
||||
'@dcloudio/uni-mp-vite@3.0.0-alpha-4040320241223001':
|
||||
resolution: {integrity: sha512-tjo1zf6o6Wry4ykdMEIBwjYDvdWPTh6ZHQpQQHfwJ9GrPzjss3DfLjDWXx0tM4hMRQ/RxYWTr5oSestj6mAQyA==}
|
||||
|
||||
'@dcloudio/uni-mp-weixin@3.0.0-4020920240930001':
|
||||
resolution: {integrity: sha512-ip/OtXFLlnkztxOXMXPsjktp9rSo+c1OxlCase32xBVn+Jt0GyIFiA6Js9icz5uwIXtt14jWi4mRXfjncUV7QA==}
|
||||
'@dcloudio/uni-mp-vue@3.0.0-alpha-4040320241223001':
|
||||
resolution: {integrity: sha512-DkpOa2XQunLBVRJ+dMddAtHwXGPWDK/81Ix4Xxb/cAS/lXQ5iQU1K9WUVgBsUx/+LLDD++3bBNQ5QCL8BkX1Gw==}
|
||||
|
||||
'@dcloudio/uni-mp-xhs@3.0.0-4020920240930001':
|
||||
resolution: {integrity: sha512-4+3qaWsqfbIentMmFCSUdf7ngpQXqt/2k/TqT6+6985tfzXUKoi0YrGwnZbf5e6b6RVDMuLMsokm2z7kfSXdXw==}
|
||||
'@dcloudio/uni-mp-weixin@3.0.0-alpha-4040320241223001':
|
||||
resolution: {integrity: sha512-bMm1KBCweMnDPQZpxP9G2PVbz/RN1ZObAGQfSRh9FLsxapB4tSVQVmVSjDTC2zP7q2LO03z0qr0+8KQeO+semw==}
|
||||
|
||||
'@dcloudio/uni-nvue-styler@3.0.0-4020920240930001':
|
||||
resolution: {integrity: sha512-bmMJKf4FoSQy6PfTfojOeskcc1239V38B3dtG/zFFll7pzBAVi68xYvgF9KgYDBkztTM0PmAukyVNRl1VAFOww==}
|
||||
'@dcloudio/uni-mp-xhs@3.0.0-alpha-4040320241223001':
|
||||
resolution: {integrity: sha512-YhYUTVy3KzHcwzCqZooo93/LfsELTBgau6d7hebyZJygt9lr2Gt6BPei5pEbzDEu+/6+sfYSb/doodPgF+X67w==}
|
||||
|
||||
'@dcloudio/uni-push@3.0.0-4020920240930001':
|
||||
resolution: {integrity: sha512-AL03ysBAi8d/VBQ0/UG0EqcC0Fiohb/pkzR88kNLxIn3VouMje3pw3h++zH5Oa/DppP4M47TTMDoGlcAqBpqrg==}
|
||||
'@dcloudio/uni-nvue-styler@3.0.0-alpha-4040320241223001':
|
||||
resolution: {integrity: sha512-0DksXJ0YQMSNLR7ZIIxezUqljFG8HUBzF633RaOlsJnZ8hy8ZAs3CQ8ajmTVEL8g+azdsmjeHa55iAAHQPlCTg==}
|
||||
|
||||
'@dcloudio/uni-quickapp-webview@3.0.0-4020920240930001':
|
||||
resolution: {integrity: sha512-P0G/u/DSJyEw+Txnpxbg8fMOJE1nNcRLwdTCWe43KefPBQRiRVo4n/tWWxBgV+tnbryqolPivkxLsLDfi358+w==}
|
||||
'@dcloudio/uni-push@3.0.0-alpha-4040320241223001':
|
||||
resolution: {integrity: sha512-1PzDIgKIr7m1KrPwIk2myEMrxZQndyeKWhRkZcLATTpteyrmdjrhzJ6AB5YWzI1t8igSWyuvPRavtjPcy9kArw==}
|
||||
|
||||
'@dcloudio/uni-shared@3.0.0-4020920240930001':
|
||||
resolution: {integrity: sha512-8EEQAaY+Y9BRCZIqpoaI7ciQFTO/sggxPO1kJNVAkxvJs/GVb4mawPlW9UNsMiWEqRvOJlV7KldCu6eMYlyyfg==}
|
||||
'@dcloudio/uni-quickapp-webview@3.0.0-alpha-4040320241223001':
|
||||
resolution: {integrity: sha512-FXzqzQ90QYVvZsA9GQY5hYvXI4/oPpkc4lZ9uNYJy+A4DT0/Cw7awDerI2U1+56EDhoBXge6AfjmLDWRR3Xrsw==}
|
||||
|
||||
'@dcloudio/uni-stacktracey@3.0.0-4020920240930001':
|
||||
resolution: {integrity: sha512-YBAHXAWsiZiG4DbIcfle0W0PfILxG8Pymx/Lp2A2+OzMYANRjs2M2kq4S9g73ZVkIyUVxgHqqQRRdGgAwOUbhg==}
|
||||
'@dcloudio/uni-shared@3.0.0-alpha-4040320241223001':
|
||||
resolution: {integrity: sha512-yhoux9oDOoxbPh9y/WyspkKI+KiTfzwmBoTQxTwPCmXDJGKLNlUD6QTAcKsNDEc7xjbW/IFzbCJoxP8SJBsBBA==}
|
||||
|
||||
'@dcloudio/uni-stat@3.0.0-4020920240930001':
|
||||
resolution: {integrity: sha512-ZPn4WQPlZ3lObaZM9Q1fryewIsan1XD4qy+oWsqAuGop1kaHDQKUfg2D+jclAOCr4+95u4Jfn+RH0HNqrI0eqg==}
|
||||
'@dcloudio/uni-stacktracey@3.0.0-alpha-4040320241223001':
|
||||
resolution: {integrity: sha512-EFMvJItK1SalRl57aS5PTsSGpkfiTVODmsRmJnQhvkXvjcaEBoXaJlUsjsA7kiJJ5q1m6408G+HWLcZGwFry/A==}
|
||||
|
||||
'@dcloudio/vite-plugin-uni@3.0.0-4020920240930001':
|
||||
resolution: {integrity: sha512-ZtV5x4Jj8d2FzaK8uamYdfYwzRbMseWY3l6MTUdc94uMNIvnb2fBhJccoY3xexSDYRFRElPKk7+ed6AQ7tYtuw==}
|
||||
'@dcloudio/uni-stat@3.0.0-alpha-4040320241223001':
|
||||
resolution: {integrity: sha512-TP2RghH1P3qQ+DcXgby8Lz8ZGNjGMa/4KmIzGe8eCwYzWVG6Mx6ge+6mzhrLq7DVQ4Wmp5tt2LDEBVPTWFTuog==}
|
||||
|
||||
'@dcloudio/vite-plugin-uni@3.0.0-alpha-4040320241223001':
|
||||
resolution: {integrity: sha512-0FqVmq2dnE2Wh2cPo2J2OTvEjfdIF69aILaWSkOnbX62C49nXuoXtlHFnjO59YdpYOx0hUGk7Vk3czwrsNnqAA==}
|
||||
engines: {node: ^14.18.0 || >=16.0.0}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
@@ -5315,8 +5318,8 @@ packages:
|
||||
resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==}
|
||||
engines: {node: '>= 0.8'}
|
||||
|
||||
unplugin-auto-import@0.16.7:
|
||||
resolution: {integrity: sha512-w7XmnRlchq6YUFJVFGSvG1T/6j8GrdYN6Em9Wf0Ye+HXgD/22kont+WnuCAA0UaUoxtuvRR1u/mXKy63g/hfqQ==}
|
||||
unplugin-auto-import@0.17.8:
|
||||
resolution: {integrity: sha512-CHryj6HzJ+n4ASjzwHruD8arhbdl+UXvhuAIlHDs15Y/IMecG3wrf7FVg4pVH/DIysbq/n0phIjNHAjl7TG7Iw==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
'@nuxt/kit': ^3.2.2
|
||||
@@ -5327,8 +5330,8 @@ packages:
|
||||
'@vueuse/core':
|
||||
optional: true
|
||||
|
||||
unplugin-auto-import@0.17.8:
|
||||
resolution: {integrity: sha512-CHryj6HzJ+n4ASjzwHruD8arhbdl+UXvhuAIlHDs15Y/IMecG3wrf7FVg4pVH/DIysbq/n0phIjNHAjl7TG7Iw==}
|
||||
unplugin-auto-import@0.18.6:
|
||||
resolution: {integrity: sha512-LMFzX5DtkTj/3wZuyG5bgKBoJ7WSgzqSGJ8ppDRdlvPh45mx6t6w3OcbExQi53n3xF5MYkNGPNR/HYOL95KL2A==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
'@nuxt/kit': ^3.2.2
|
||||
@@ -6577,9 +6580,9 @@ snapshots:
|
||||
|
||||
'@dcloudio/types@3.4.14': {}
|
||||
|
||||
'@dcloudio/uni-app-harmony@3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vite@5.2.8(@types/node@20.17.9)(sass@1.77.8)(terser@5.36.0))(vue@3.4.21(typescript@5.7.2))':
|
||||
'@dcloudio/uni-app-harmony@3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vite@5.2.8(@types/node@20.17.9)(sass@1.77.8)(terser@5.36.0))(vue@3.4.21(typescript@5.7.2))':
|
||||
dependencies:
|
||||
'@dcloudio/uni-app-vite': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vite@5.2.8(@types/node@20.17.9)(sass@1.77.8)(terser@5.36.0))(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-app-vite': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vite@5.2.8(@types/node@20.17.9)(sass@1.77.8)(terser@5.36.0))(vue@3.4.21(typescript@5.7.2))
|
||||
debug: 4.3.7
|
||||
fs-extra: 10.1.0
|
||||
licia: 1.46.0
|
||||
@@ -6594,11 +6597,11 @@ snapshots:
|
||||
- vite
|
||||
- vue
|
||||
|
||||
'@dcloudio/uni-app-plus@3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vite@5.2.8(@types/node@20.17.9)(sass@1.77.8)(terser@5.36.0))(vue@3.4.21(typescript@5.7.2))':
|
||||
'@dcloudio/uni-app-plus@3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vite@5.2.8(@types/node@20.17.9)(sass@1.77.8)(terser@5.36.0))(vue@3.4.21(typescript@5.7.2))':
|
||||
dependencies:
|
||||
'@dcloudio/uni-app-uts': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-app-vite': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vite@5.2.8(@types/node@20.17.9)(sass@1.77.8)(terser@5.36.0))(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-app-vue': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-app-uts': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-app-vite': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vite@5.2.8(@types/node@20.17.9)(sass@1.77.8)(terser@5.36.0))(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-app-vue': 3.0.0-alpha-4040320241223001
|
||||
debug: 4.3.7
|
||||
fs-extra: 10.1.0
|
||||
licia: 1.46.0
|
||||
@@ -6613,14 +6616,14 @@ snapshots:
|
||||
- vite
|
||||
- vue
|
||||
|
||||
'@dcloudio/uni-app-uts@3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
'@dcloudio/uni-app-uts@3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
dependencies:
|
||||
'@babel/parser': 7.26.2
|
||||
'@babel/types': 7.26.0
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-i18n': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-nvue-styler': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-shared': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-i18n': 3.0.0-alpha-4040320241223001
|
||||
'@dcloudio/uni-nvue-styler': 3.0.0-alpha-4040320241223001
|
||||
'@dcloudio/uni-shared': 3.0.0-alpha-4040320241223001
|
||||
'@jridgewell/gen-mapping': 0.3.5
|
||||
'@jridgewell/trace-mapping': 0.3.25
|
||||
'@rollup/pluginutils': 5.1.3(rollup@4.28.0)
|
||||
@@ -6646,12 +6649,12 @@ snapshots:
|
||||
- ts-node
|
||||
- vue
|
||||
|
||||
'@dcloudio/uni-app-vite@3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vite@5.2.8(@types/node@20.17.9)(sass@1.77.8)(terser@5.36.0))(vue@3.4.21(typescript@5.7.2))':
|
||||
'@dcloudio/uni-app-vite@3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vite@5.2.8(@types/node@20.17.9)(sass@1.77.8)(terser@5.36.0))(vue@3.4.21(typescript@5.7.2))':
|
||||
dependencies:
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-i18n': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-nvue-styler': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-shared': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-i18n': 3.0.0-alpha-4040320241223001
|
||||
'@dcloudio/uni-nvue-styler': 3.0.0-alpha-4040320241223001
|
||||
'@dcloudio/uni-shared': 3.0.0-alpha-4040320241223001
|
||||
'@rollup/pluginutils': 5.1.3(rollup@4.28.0)
|
||||
'@vitejs/plugin-vue': 5.1.0(vite@5.2.8(@types/node@20.17.9)(sass@1.77.8)(terser@5.36.0))(vue@3.4.21(typescript@5.7.2))
|
||||
'@vue/compiler-dom': 3.4.21
|
||||
@@ -6669,17 +6672,18 @@ snapshots:
|
||||
- vite
|
||||
- vue
|
||||
|
||||
'@dcloudio/uni-app-vue@3.0.0-4020920240930001': {}
|
||||
'@dcloudio/uni-app-vue@3.0.0-alpha-4040320241223001': {}
|
||||
|
||||
'@dcloudio/uni-app@3.0.0-4020920240930001(@dcloudio/types@3.4.14)(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
'@dcloudio/uni-app@3.0.0-alpha-4040320241223001(@dcloudio/types@3.4.14)(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
dependencies:
|
||||
'@dcloudio/types': 3.4.14
|
||||
'@dcloudio/uni-cloud': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-components': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-i18n': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-push': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-shared': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-stat': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-cloud': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-components': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-console': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-i18n': 3.0.0-alpha-4040320241223001
|
||||
'@dcloudio/uni-push': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-shared': 3.0.0-alpha-4040320241223001
|
||||
'@dcloudio/uni-stat': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@vue/shared': 3.4.21
|
||||
transitivePeerDependencies:
|
||||
- '@nuxt/kit'
|
||||
@@ -6690,9 +6694,9 @@ snapshots:
|
||||
- ts-node
|
||||
- vue
|
||||
|
||||
'@dcloudio/uni-automator@3.0.0-4020920240930001(jest-environment-node@27.5.1)(jest@27.0.4)(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
'@dcloudio/uni-automator@3.0.0-alpha-4040320241223001(jest-environment-node@27.5.1)(jest@27.0.4)(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
dependencies:
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
address: 1.2.2
|
||||
cross-env: 7.0.3
|
||||
debug: 4.3.7
|
||||
@@ -6717,15 +6721,15 @@ snapshots:
|
||||
- utf-8-validate
|
||||
- vue
|
||||
|
||||
'@dcloudio/uni-cli-shared@3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
'@dcloudio/uni-cli-shared@3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
dependencies:
|
||||
'@ampproject/remapping': 2.3.0
|
||||
'@babel/code-frame': 7.26.2
|
||||
'@babel/core': 7.26.0
|
||||
'@babel/parser': 7.26.2
|
||||
'@babel/types': 7.26.0
|
||||
'@dcloudio/uni-i18n': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-shared': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-i18n': 3.0.0-alpha-4040320241223001
|
||||
'@dcloudio/uni-shared': 3.0.0-alpha-4040320241223001
|
||||
'@intlify/core-base': 9.1.9
|
||||
'@intlify/shared': 9.1.9
|
||||
'@intlify/vue-devtools': 9.1.9
|
||||
@@ -6764,7 +6768,7 @@ snapshots:
|
||||
resolve: 1.22.8
|
||||
source-map-js: 1.2.1
|
||||
tapable: 2.2.1
|
||||
unplugin-auto-import: 0.16.7(rollup@4.28.0)
|
||||
unplugin-auto-import: 0.18.6(rollup@4.28.0)
|
||||
xregexp: 3.1.0
|
||||
transitivePeerDependencies:
|
||||
- '@nuxt/kit'
|
||||
@@ -6775,11 +6779,11 @@ snapshots:
|
||||
- ts-node
|
||||
- vue
|
||||
|
||||
'@dcloudio/uni-cloud@3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
'@dcloudio/uni-cloud@3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
dependencies:
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-i18n': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-shared': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-i18n': 3.0.0-alpha-4040320241223001
|
||||
'@dcloudio/uni-shared': 3.0.0-alpha-4040320241223001
|
||||
'@vue/shared': 3.4.21
|
||||
fast-glob: 3.3.2
|
||||
transitivePeerDependencies:
|
||||
@@ -6791,11 +6795,11 @@ snapshots:
|
||||
- ts-node
|
||||
- vue
|
||||
|
||||
'@dcloudio/uni-components@3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
'@dcloudio/uni-components@3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
dependencies:
|
||||
'@dcloudio/uni-cloud': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-h5': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-i18n': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-cloud': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-h5': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-i18n': 3.0.0-alpha-4040320241223001
|
||||
transitivePeerDependencies:
|
||||
- '@nuxt/kit'
|
||||
- '@vueuse/core'
|
||||
@@ -6805,10 +6809,22 @@ snapshots:
|
||||
- ts-node
|
||||
- vue
|
||||
|
||||
'@dcloudio/uni-h5-vite@3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
'@dcloudio/uni-console@3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
dependencies:
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-shared': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
transitivePeerDependencies:
|
||||
- '@nuxt/kit'
|
||||
- '@vueuse/core'
|
||||
- postcss
|
||||
- rollup
|
||||
- supports-color
|
||||
- ts-node
|
||||
- vue
|
||||
|
||||
'@dcloudio/uni-h5-vite@3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
dependencies:
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-shared': 3.0.0-alpha-4040320241223001
|
||||
'@rollup/pluginutils': 5.1.3(rollup@4.28.0)
|
||||
'@vue/compiler-dom': 3.4.21
|
||||
'@vue/compiler-sfc': 3.4.21
|
||||
@@ -6827,19 +6843,19 @@ snapshots:
|
||||
- ts-node
|
||||
- vue
|
||||
|
||||
'@dcloudio/uni-h5-vue@3.0.0-4020920240930001(vue@3.4.21(typescript@5.7.2))':
|
||||
'@dcloudio/uni-h5-vue@3.0.0-alpha-4040320241223001(vue@3.4.21(typescript@5.7.2))':
|
||||
dependencies:
|
||||
'@dcloudio/uni-shared': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-shared': 3.0.0-alpha-4040320241223001
|
||||
'@vue/server-renderer': 3.4.21(vue@3.4.21(typescript@5.7.2))
|
||||
transitivePeerDependencies:
|
||||
- vue
|
||||
|
||||
'@dcloudio/uni-h5@3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
'@dcloudio/uni-h5@3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
dependencies:
|
||||
'@dcloudio/uni-h5-vite': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-h5-vue': 3.0.0-4020920240930001(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-i18n': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-shared': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-h5-vite': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-h5-vue': 3.0.0-alpha-4040320241223001(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-i18n': 3.0.0-alpha-4040320241223001
|
||||
'@dcloudio/uni-shared': 3.0.0-alpha-4040320241223001
|
||||
'@vue/server-renderer': 3.4.21(vue@3.4.21(typescript@5.7.2))
|
||||
'@vue/shared': 3.4.21
|
||||
debug: 4.3.7
|
||||
@@ -6857,14 +6873,14 @@ snapshots:
|
||||
- ts-node
|
||||
- vue
|
||||
|
||||
'@dcloudio/uni-i18n@3.0.0-4020920240930001': {}
|
||||
'@dcloudio/uni-i18n@3.0.0-alpha-4040320241223001': {}
|
||||
|
||||
'@dcloudio/uni-mp-alipay@3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
'@dcloudio/uni-mp-alipay@3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
dependencies:
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vite': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vue': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-shared': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vite': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vue': 3.0.0-alpha-4040320241223001
|
||||
'@dcloudio/uni-shared': 3.0.0-alpha-4040320241223001
|
||||
'@vue/compiler-core': 3.4.21
|
||||
'@vue/shared': 3.4.21
|
||||
transitivePeerDependencies:
|
||||
@@ -6876,14 +6892,15 @@ snapshots:
|
||||
- ts-node
|
||||
- vue
|
||||
|
||||
'@dcloudio/uni-mp-baidu@3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
'@dcloudio/uni-mp-baidu@3.0.0-alpha-4040320241223001(@dcloudio/types@3.4.14)(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
dependencies:
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-compiler': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vite': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vue': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-mp-weixin': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-shared': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-app': 3.0.0-alpha-4040320241223001(@dcloudio/types@3.4.14)(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vite': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vue': 3.0.0-alpha-4040320241223001
|
||||
'@dcloudio/uni-mp-weixin': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-shared': 3.0.0-alpha-4040320241223001
|
||||
'@vue/compiler-core': 3.4.21
|
||||
'@vue/shared': 3.4.21
|
||||
jimp: 0.10.3
|
||||
@@ -6892,6 +6909,7 @@ snapshots:
|
||||
qrcode-terminal: 0.12.0
|
||||
ws: 8.18.0
|
||||
transitivePeerDependencies:
|
||||
- '@dcloudio/types'
|
||||
- '@nuxt/kit'
|
||||
- '@vueuse/core'
|
||||
- bufferutil
|
||||
@@ -6903,13 +6921,13 @@ snapshots:
|
||||
- utf-8-validate
|
||||
- vue
|
||||
|
||||
'@dcloudio/uni-mp-compiler@3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
'@dcloudio/uni-mp-compiler@3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
dependencies:
|
||||
'@babel/generator': 7.26.2
|
||||
'@babel/parser': 7.26.2
|
||||
'@babel/types': 7.26.0
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-shared': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-shared': 3.0.0-alpha-4040320241223001
|
||||
'@vue/compiler-core': 3.4.21
|
||||
'@vue/compiler-dom': 3.4.21
|
||||
'@vue/shared': 3.4.21
|
||||
@@ -6923,13 +6941,13 @@ snapshots:
|
||||
- ts-node
|
||||
- vue
|
||||
|
||||
'@dcloudio/uni-mp-jd@3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
'@dcloudio/uni-mp-jd@3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
dependencies:
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-compiler': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vite': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vue': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-shared': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vite': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vue': 3.0.0-alpha-4040320241223001
|
||||
'@dcloudio/uni-shared': 3.0.0-alpha-4040320241223001
|
||||
'@vue/shared': 3.4.21
|
||||
transitivePeerDependencies:
|
||||
- '@nuxt/kit'
|
||||
@@ -6940,14 +6958,14 @@ snapshots:
|
||||
- ts-node
|
||||
- vue
|
||||
|
||||
'@dcloudio/uni-mp-kuaishou@3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
'@dcloudio/uni-mp-kuaishou@3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
dependencies:
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-compiler': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vite': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vue': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-mp-weixin': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-shared': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vite': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vue': 3.0.0-alpha-4040320241223001
|
||||
'@dcloudio/uni-mp-weixin': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-shared': 3.0.0-alpha-4040320241223001
|
||||
'@vue/compiler-core': 3.4.21
|
||||
'@vue/shared': 3.4.21
|
||||
transitivePeerDependencies:
|
||||
@@ -6962,14 +6980,14 @@ snapshots:
|
||||
- utf-8-validate
|
||||
- vue
|
||||
|
||||
'@dcloudio/uni-mp-lark@3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
'@dcloudio/uni-mp-lark@3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
dependencies:
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-compiler': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-toutiao': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vite': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vue': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-shared': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-toutiao': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vite': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vue': 3.0.0-alpha-4040320241223001
|
||||
'@dcloudio/uni-shared': 3.0.0-alpha-4040320241223001
|
||||
'@vue/compiler-core': 3.4.21
|
||||
'@vue/shared': 3.4.21
|
||||
transitivePeerDependencies:
|
||||
@@ -6981,12 +6999,12 @@ snapshots:
|
||||
- ts-node
|
||||
- vue
|
||||
|
||||
'@dcloudio/uni-mp-qq@3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
'@dcloudio/uni-mp-qq@3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
dependencies:
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vite': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vue': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-shared': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vite': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vue': 3.0.0-alpha-4040320241223001
|
||||
'@dcloudio/uni-shared': 3.0.0-alpha-4040320241223001
|
||||
'@vue/shared': 3.4.21
|
||||
fs-extra: 10.1.0
|
||||
transitivePeerDependencies:
|
||||
@@ -6998,13 +7016,13 @@ snapshots:
|
||||
- ts-node
|
||||
- vue
|
||||
|
||||
'@dcloudio/uni-mp-toutiao@3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
'@dcloudio/uni-mp-toutiao@3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
dependencies:
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-compiler': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vite': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vue': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-shared': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vite': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vue': 3.0.0-alpha-4040320241223001
|
||||
'@dcloudio/uni-shared': 3.0.0-alpha-4040320241223001
|
||||
'@vue/compiler-core': 3.4.21
|
||||
'@vue/shared': 3.4.21
|
||||
transitivePeerDependencies:
|
||||
@@ -7016,13 +7034,14 @@ snapshots:
|
||||
- ts-node
|
||||
- vue
|
||||
|
||||
'@dcloudio/uni-mp-vite@3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
'@dcloudio/uni-mp-vite@3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
dependencies:
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-i18n': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-mp-compiler': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vue': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-shared': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-i18n': 3.0.0-alpha-4040320241223001
|
||||
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vue': 3.0.0-alpha-4040320241223001
|
||||
'@dcloudio/uni-shared': 3.0.0-alpha-4040320241223001
|
||||
'@vue/compiler-dom': 3.4.21
|
||||
'@vue/compiler-sfc': 3.4.21
|
||||
'@vue/shared': 3.4.21
|
||||
debug: 4.3.7
|
||||
@@ -7035,17 +7054,17 @@ snapshots:
|
||||
- ts-node
|
||||
- vue
|
||||
|
||||
'@dcloudio/uni-mp-vue@3.0.0-4020920240930001':
|
||||
'@dcloudio/uni-mp-vue@3.0.0-alpha-4040320241223001':
|
||||
dependencies:
|
||||
'@dcloudio/uni-shared': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-shared': 3.0.0-alpha-4040320241223001
|
||||
'@vue/shared': 3.4.21
|
||||
|
||||
'@dcloudio/uni-mp-weixin@3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
'@dcloudio/uni-mp-weixin@3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
dependencies:
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vite': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vue': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-shared': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vite': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vue': 3.0.0-alpha-4040320241223001
|
||||
'@dcloudio/uni-shared': 3.0.0-alpha-4040320241223001
|
||||
'@vue/shared': 3.4.21
|
||||
jimp: 0.10.3
|
||||
licia: 1.46.0
|
||||
@@ -7064,13 +7083,13 @@ snapshots:
|
||||
- utf-8-validate
|
||||
- vue
|
||||
|
||||
'@dcloudio/uni-mp-xhs@3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
'@dcloudio/uni-mp-xhs@3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
dependencies:
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-compiler': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vite': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vue': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-shared': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vite': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vue': 3.0.0-alpha-4040320241223001
|
||||
'@dcloudio/uni-shared': 3.0.0-alpha-4040320241223001
|
||||
'@vue/shared': 3.4.21
|
||||
transitivePeerDependencies:
|
||||
- '@nuxt/kit'
|
||||
@@ -7081,14 +7100,14 @@ snapshots:
|
||||
- ts-node
|
||||
- vue
|
||||
|
||||
'@dcloudio/uni-nvue-styler@3.0.0-4020920240930001':
|
||||
'@dcloudio/uni-nvue-styler@3.0.0-alpha-4040320241223001':
|
||||
dependencies:
|
||||
parse-css-font: 4.0.0
|
||||
postcss: 8.4.49
|
||||
|
||||
'@dcloudio/uni-push@3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
'@dcloudio/uni-push@3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
dependencies:
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
transitivePeerDependencies:
|
||||
- '@nuxt/kit'
|
||||
- '@vueuse/core'
|
||||
@@ -7098,12 +7117,12 @@ snapshots:
|
||||
- ts-node
|
||||
- vue
|
||||
|
||||
'@dcloudio/uni-quickapp-webview@3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
'@dcloudio/uni-quickapp-webview@3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
dependencies:
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vite': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vue': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-shared': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vite': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-mp-vue': 3.0.0-alpha-4040320241223001
|
||||
'@dcloudio/uni-shared': 3.0.0-alpha-4040320241223001
|
||||
'@vue/shared': 3.4.21
|
||||
transitivePeerDependencies:
|
||||
- '@nuxt/kit'
|
||||
@@ -7114,16 +7133,16 @@ snapshots:
|
||||
- ts-node
|
||||
- vue
|
||||
|
||||
'@dcloudio/uni-shared@3.0.0-4020920240930001':
|
||||
'@dcloudio/uni-shared@3.0.0-alpha-4040320241223001':
|
||||
dependencies:
|
||||
'@vue/shared': 3.4.21
|
||||
|
||||
'@dcloudio/uni-stacktracey@3.0.0-4020920240930001': {}
|
||||
'@dcloudio/uni-stacktracey@3.0.0-alpha-4040320241223001': {}
|
||||
|
||||
'@dcloudio/uni-stat@3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
'@dcloudio/uni-stat@3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))':
|
||||
dependencies:
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-shared': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-shared': 3.0.0-alpha-4040320241223001
|
||||
debug: 4.3.7
|
||||
transitivePeerDependencies:
|
||||
- '@nuxt/kit'
|
||||
@@ -7134,13 +7153,13 @@ snapshots:
|
||||
- ts-node
|
||||
- vue
|
||||
|
||||
'@dcloudio/vite-plugin-uni@3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vite@5.2.8(@types/node@20.17.9)(sass@1.77.8)(terser@5.36.0))(vue@3.4.21(typescript@5.7.2))':
|
||||
'@dcloudio/vite-plugin-uni@3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vite@5.2.8(@types/node@20.17.9)(sass@1.77.8)(terser@5.36.0))(vue@3.4.21(typescript@5.7.2))':
|
||||
dependencies:
|
||||
'@babel/core': 7.26.0
|
||||
'@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.26.0)
|
||||
'@babel/plugin-transform-typescript': 7.25.9(@babel/core@7.26.0)
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-4020920240930001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-shared': 3.0.0-4020920240930001
|
||||
'@dcloudio/uni-cli-shared': 3.0.0-alpha-4040320241223001(postcss@8.4.49)(rollup@4.28.0)(vue@3.4.21(typescript@5.7.2))
|
||||
'@dcloudio/uni-shared': 3.0.0-alpha-4040320241223001
|
||||
'@rollup/pluginutils': 5.1.3(rollup@4.28.0)
|
||||
'@vitejs/plugin-legacy': 5.3.2(terser@5.36.0)(vite@5.2.8(@types/node@20.17.9)(sass@1.77.8)(terser@5.36.0))
|
||||
'@vitejs/plugin-vue': 5.1.0(vite@5.2.8(@types/node@20.17.9)(sass@1.77.8)(terser@5.36.0))(vue@3.4.21(typescript@5.7.2))
|
||||
@@ -7160,7 +7179,7 @@ snapshots:
|
||||
magic-string: 0.30.14
|
||||
picocolors: 1.1.1
|
||||
terser: 5.36.0
|
||||
unplugin-auto-import: 0.16.7(rollup@4.28.0)
|
||||
unplugin-auto-import: 0.18.6(rollup@4.28.0)
|
||||
vite: 5.2.8(@types/node@20.17.9)(sass@1.77.8)(terser@5.36.0)
|
||||
transitivePeerDependencies:
|
||||
- '@nuxt/kit'
|
||||
@@ -12145,7 +12164,7 @@ snapshots:
|
||||
|
||||
unpipe@1.0.0: {}
|
||||
|
||||
unplugin-auto-import@0.16.7(rollup@4.28.0):
|
||||
unplugin-auto-import@0.17.8(rollup@4.28.0):
|
||||
dependencies:
|
||||
'@antfu/utils': 0.7.10
|
||||
'@rollup/pluginutils': 5.1.3(rollup@4.28.0)
|
||||
@@ -12158,7 +12177,7 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- rollup
|
||||
|
||||
unplugin-auto-import@0.17.8(rollup@4.28.0):
|
||||
unplugin-auto-import@0.18.6(rollup@4.28.0):
|
||||
dependencies:
|
||||
'@antfu/utils': 0.7.10
|
||||
'@rollup/pluginutils': 5.1.3(rollup@4.28.0)
|
||||
|
||||
|
Before Width: | Height: | Size: 116 KiB |
|
Before Width: | Height: | Size: 134 KiB |
@@ -19,7 +19,6 @@ onLaunch((options) => {
|
||||
})
|
||||
|
||||
onPageNotFound(() => {
|
||||
console.log(1)
|
||||
uni.reLaunch({
|
||||
url: '/',
|
||||
})
|
||||
@@ -36,7 +35,6 @@ const userStore = useUserStore()
|
||||
/* 覆盖 uniapp 自带rpx效果 */
|
||||
html {
|
||||
font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
font-size: 16px !important;
|
||||
}
|
||||
/* stylelint-disable-next-line selector-type-no-unknown */
|
||||
#app {
|
||||
|
||||
@@ -22,9 +22,4 @@ const handleClickLeft = () => {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
:deep(.wd-navbar) {
|
||||
--wot-navbar-title-font-size: 32rpx;
|
||||
// --wot-navbar-title-font-weight: 400;
|
||||
}
|
||||
</style>
|
||||
<style lang="scss"></style>
|
||||
|
||||
@@ -50,7 +50,6 @@ function useListPageRequest(
|
||||
...getPagingParams.value,
|
||||
...customParams,
|
||||
})
|
||||
console.log(data)
|
||||
data.forEach((item: any) => {
|
||||
item.createtime = formatTime(item.createtime)
|
||||
item.image = getImageUrl(item.image)
|
||||
|
||||
@@ -1,8 +1,3 @@
|
||||
<script setup lang="ts">
|
||||
import NavBar from '@/components/NavBar.vue'
|
||||
import VueQrcode from '@chenfengyuan/vue-qrcode'
|
||||
</script>
|
||||
|
||||
<route lang="json5">
|
||||
{
|
||||
style: {
|
||||
@@ -12,25 +7,23 @@ import VueQrcode from '@chenfengyuan/vue-qrcode'
|
||||
},
|
||||
}
|
||||
</route>
|
||||
<script setup lang="ts">
|
||||
import NavBar from '@/components/NavBar.vue'
|
||||
import { getCustomerServiceAPI } from '@/service'
|
||||
import VueQrcode from '@chenfengyuan/vue-qrcode'
|
||||
|
||||
const detail = ref('')
|
||||
onLoad(async () => {
|
||||
const { data } = await getCustomerServiceAPI()
|
||||
detail.value = data
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<view class="official-community-page">
|
||||
<NavBar />
|
||||
<view class="p-15 text-center bg-white rounded-10 m-15 shadow-[0_0_10px_rgba(0,0,0,0.1)]">
|
||||
<view class="text-16 font-bold text-#333">扫码进入</view>
|
||||
<wd-icon name="arrow-down" color="#333" size="18px"></wd-icon>
|
||||
<view class="btn-gradient rounded-full w-fit mx-auto text-16 text-white py-10 px-15">
|
||||
微聊总群:50101011
|
||||
</view>
|
||||
<VueQrcode class="!w-270 !h-270 mx-auto" :value="'qrcodeValue'" :options="{ size: 600 }" />
|
||||
</view>
|
||||
<view class="p-15 text-center bg-white rounded-10 m-15 shadow-[0_0_10px_rgba(0,0,0,0.1)]">
|
||||
<view class="text-16 font-bold text-#333">扫码进入</view>
|
||||
<wd-icon name="arrow-down" color="#333" size="18px"></wd-icon>
|
||||
<view class="btn-gradient rounded-full w-fit mx-auto text-16 text-white py-10 px-15">
|
||||
QQ群2群:1011101011
|
||||
</view>
|
||||
<VueQrcode class="!w-270 !h-270 mx-auto" :value="'qrcodeValue'" :options="{ size: 600 }" />
|
||||
<view v-html="detail"></view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
@@ -38,7 +31,7 @@ import VueQrcode from '@chenfengyuan/vue-qrcode'
|
||||
<style>
|
||||
.official-community-page {
|
||||
min-height: 100vh;
|
||||
padding-bottom: 100rpx;
|
||||
padding-bottom: 50px;
|
||||
background-image: url('@/static/images/bg.png');
|
||||
background-position: top;
|
||||
background-size: cover;
|
||||
|
||||
@@ -9,91 +9,51 @@
|
||||
|
||||
<template>
|
||||
<view class="withdrawal-type-edit-page pb-100 min-h-screen">
|
||||
<template v-if="!realnameInfo">
|
||||
<view class="p-15 m-15 shadow-[0_0_10px_rgba(10,68,245,0.1)] rounded-10">
|
||||
<view class="flex items-center py-15 text-14">
|
||||
<image src="@/static/images/page-sub/realname/realname-type.png" class="w-20 h-20" />
|
||||
<view class="ml-8">证件类型</view>
|
||||
<view class="flex-1 text-right text-14">身份证</view>
|
||||
</view>
|
||||
<view class="flex items-center py-15 text-14">
|
||||
<image src="@/static/images/page-sub/realname/realname-name.png" class="w-20 h-20" />
|
||||
<view class="ml-8">真实姓名</view>
|
||||
<input
|
||||
class="flex-1 text-right text-14"
|
||||
placeholder-class=" text-#889BC6 text-right"
|
||||
type="text"
|
||||
placeholder="请输入真实姓名"
|
||||
v-model="form.realname"
|
||||
/>
|
||||
</view>
|
||||
<view class="flex items-center py-15 text-14">
|
||||
<image src="@/static/images/page-sub/realname/realname-number.png" class="w-20 h-20" />
|
||||
<view class="ml-8">身份证号</view>
|
||||
<input
|
||||
class="flex-1 text-right text-14"
|
||||
placeholder-class=" text-#889BC6 text-right"
|
||||
type="text"
|
||||
placeholder="请输入身份证号"
|
||||
v-model="form.cardnum"
|
||||
/>
|
||||
</view>
|
||||
<view class="p-15 m-15 shadow-[0_0_10px_rgba(10,68,245,0.1)] rounded-10">
|
||||
<view class="flex items-center py-15 text-14">
|
||||
<image src="@/static/images/page-sub/realname/realname-type.png" class="w-20 h-20" />
|
||||
<view class="ml-8">证件类型</view>
|
||||
<view class="flex-1 text-right text-14">身份证</view>
|
||||
</view>
|
||||
<view class="fixed bottom-0 left-0 right-0 pb-safe">
|
||||
<button class="btn-gradient text-white rounded-full m-15 text-16" @click="onSubmit">
|
||||
提交
|
||||
</button>
|
||||
<view class="flex items-center py-15 text-14">
|
||||
<image src="@/static/images/page-sub/realname/realname-name.png" class="w-20 h-20" />
|
||||
<view class="ml-8">真实姓名</view>
|
||||
<input
|
||||
class="flex-1 text-right text-14"
|
||||
placeholder-class=" text-#889BC6 text-right"
|
||||
type="text"
|
||||
placeholder="请输入真实姓名"
|
||||
v-model="form.realname"
|
||||
/>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<view v-else class="flex flex-col items-center">
|
||||
<template v-if="Number(realnameInfo.status) === 1">
|
||||
<image
|
||||
src="@/static/images/page-sub/realname/realname-checking.png"
|
||||
class="w-150 mx-auto h-150 block"
|
||||
mode="aspectFit"
|
||||
<view class="flex items-center py-15 text-14">
|
||||
<image src="@/static/images/page-sub/realname/realname-number.png" class="w-20 h-20" />
|
||||
<view class="ml-8">身份证号</view>
|
||||
<input
|
||||
class="flex-1 text-right text-14"
|
||||
placeholder-class=" text-#889BC6 text-right"
|
||||
type="text"
|
||||
placeholder="请输入身份证号"
|
||||
v-model="form.cardnum"
|
||||
/>
|
||||
<view class="text-center mt-15 text-14 text-#999">您的实名认证正在审核中,请耐心等待</view>
|
||||
<button class="btn-gradient px-30 text-white rounded-full m-15 text-16" @click="onBack">
|
||||
返回
|
||||
</button>
|
||||
</template>
|
||||
<template v-else-if="Number(realnameInfo.status) === 2">
|
||||
<image
|
||||
src="@/static/images/page-sub/realname/realname-success.png"
|
||||
class="w-150 h-150 block"
|
||||
mode="aspectFit"
|
||||
/>
|
||||
<view class="text-center mt-15 text-14 text-#999">恭喜您,实名认证成功</view>
|
||||
<button class="btn-gradient px-30 text-white rounded-full m-15 text-16" @click="onBack">
|
||||
返回
|
||||
</button>
|
||||
</template>
|
||||
<template v-else>
|
||||
<image
|
||||
src="@/static/images/page-sub/realname/realname-checking.png"
|
||||
class="w-150 h-150 block"
|
||||
mode="aspectFit"
|
||||
/>
|
||||
<view class="text-center mt-15 text-14 text-#999">您的实名认证审核未通过,请重新提交</view>
|
||||
<button
|
||||
@click="() => (realnameInfo = null)"
|
||||
class="btn-gradient px-30 text-white rounded-full m-15 text-16"
|
||||
>
|
||||
重新提交
|
||||
</button>
|
||||
</template>
|
||||
</view>
|
||||
</view>
|
||||
<view class="fixed bottom-0 left-0 right-0 pb-safe">
|
||||
<button class="btn-gradient text-white rounded-full m-15 text-16" @click="onSubmit">
|
||||
{{ realnameInfo ? '修改' : '提交' }}
|
||||
</button>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { getRealNameAuthAPI, realNameAuthAPI } from '@/service'
|
||||
import { editRealNameAuthAPI, getRealNameAuthAPI, realNameAuthAPI } from '@/service'
|
||||
import { useUserStore } from '@/store'
|
||||
import { showModal } from '@/utils'
|
||||
import { ref } from 'vue'
|
||||
|
||||
const form = ref({
|
||||
id: '',
|
||||
realname: '',
|
||||
cardnum: '',
|
||||
})
|
||||
@@ -102,24 +62,38 @@ const onBack = () => {
|
||||
uni.navigateBack()
|
||||
}
|
||||
|
||||
const realnameInfo = ref(null)
|
||||
const loadRealnameInfo = async () => {
|
||||
realnameInfo.value = await getRealNameAuthAPI().then((res) => {
|
||||
return res.data
|
||||
})
|
||||
if (realnameInfo.value) {
|
||||
form.value.realname = realnameInfo.value.realname
|
||||
form.value.cardnum = realnameInfo.value.cardnum
|
||||
form.value.id = realnameInfo.value.id
|
||||
}
|
||||
}
|
||||
|
||||
const onSubmit = async () => {
|
||||
if (!form.value.realname || !form.value.cardnum) {
|
||||
await showModal('请填写完整信息')
|
||||
return
|
||||
}
|
||||
await realNameAuthAPI(form.value)
|
||||
await showModal('提交成功,请耐心等待审核!')
|
||||
realnameInfo.value = await getRealNameAuthAPI().then((res) => {
|
||||
return res.data
|
||||
})
|
||||
if (!/^\d{17}[\d|x]$/i.test(form.value.cardnum)) {
|
||||
await showModal('身份证号格式错误')
|
||||
return
|
||||
}
|
||||
if (form.value.id) {
|
||||
await editRealNameAuthAPI(form.value)
|
||||
await showModal('修改成功')
|
||||
} else {
|
||||
await realNameAuthAPI(form.value)
|
||||
await showModal('实名认证成功')
|
||||
}
|
||||
loadRealnameInfo()
|
||||
}
|
||||
|
||||
const realnameInfo = ref(null)
|
||||
onLoad(async () => {
|
||||
realnameInfo.value = await getRealNameAuthAPI().then((res) => {
|
||||
return res.data
|
||||
})
|
||||
})
|
||||
onLoad(loadRealnameInfo)
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.withdrawal-type-edit-page {
|
||||
|
||||
@@ -123,7 +123,7 @@ watch(
|
||||
<style lang="scss" scoped>
|
||||
.team-page {
|
||||
min-height: 100vh;
|
||||
padding-bottom: 100rpx;
|
||||
padding-bottom: 50px;
|
||||
background-image: url('@/static/images/bg.png');
|
||||
background-position: top;
|
||||
background-size: cover;
|
||||
|
||||
@@ -15,67 +15,38 @@
|
||||
<view class="flex items-center py-15">
|
||||
<image class="w-24 h-24" src="@/static/images/login/phone.png" mode="aspectFit" />
|
||||
<input
|
||||
v-model="form.account"
|
||||
@blur="handleBlur"
|
||||
type="text"
|
||||
placeholder-class="text-#889BC6"
|
||||
class="text-right flex-1 text-14"
|
||||
placeholder="请输入用户名"
|
||||
placeholder="请输入手机号"
|
||||
/>
|
||||
</view>
|
||||
<view class="flex items-center py-15">
|
||||
<image class="w-24 h-24" src="@/static/images/login/message.png" mode="aspectFit" />
|
||||
<image class="w-24 h-24" src="@/static/images/login/password.png" mode="aspectFit" />
|
||||
<input
|
||||
placeholder-class="text-#889BC6"
|
||||
type="password"
|
||||
v-model="form.newpassword"
|
||||
class="text-right flex-1 text-14"
|
||||
placeholder="请输入新密码"
|
||||
/>
|
||||
</view>
|
||||
<view class="flex items-center py-15" v-if="form.nosuth">
|
||||
<image class="w-24 h-24" src="@/static/images/login/invite.png" mode="aspectFit" />
|
||||
<input
|
||||
v-model="form.cardnum"
|
||||
placeholder-class="text-#889BC6"
|
||||
type="text"
|
||||
placeholder-class="text-#889BC6"
|
||||
class="text-right flex-1 text-14"
|
||||
placeholder="请输入短信验证码"
|
||||
/>
|
||||
<view
|
||||
class="py-6 rounded-full ml-15 px-15 text-12 text-white btn-gradient text-14 text-#889BC6"
|
||||
@click="handleGetCode"
|
||||
>
|
||||
获取验证码
|
||||
</view>
|
||||
</view>
|
||||
<view class="flex items-center py-15">
|
||||
<image class="w-24 h-24" src="@/static/images/login/password.png" mode="aspectFit" />
|
||||
<input
|
||||
placeholder-class="text-#889BC6"
|
||||
type="password"
|
||||
class="text-right flex-1 text-14"
|
||||
placeholder="请输入登录密码"
|
||||
/>
|
||||
</view>
|
||||
<view class="flex items-center py-15">
|
||||
<image class="w-24 h-24" src="@/static/images/login/password.png" mode="aspectFit" />
|
||||
<input
|
||||
placeholder-class="text-#889BC6"
|
||||
type="password"
|
||||
class="text-right flex-1 text-14"
|
||||
placeholder="请再次输入登录密码"
|
||||
/>
|
||||
</view>
|
||||
<view class="flex items-center py-15">
|
||||
<image class="w-24 h-24" src="@/static/images/login/password.png" mode="aspectFit" />
|
||||
<input
|
||||
placeholder-class="text-#889BC6"
|
||||
type="password"
|
||||
class="text-right flex-1 text-14"
|
||||
placeholder="请输入支付密码"
|
||||
/>
|
||||
</view>
|
||||
<view class="flex items-center py-15">
|
||||
<image class="w-24 h-24" src="@/static/images/login/password.png" mode="aspectFit" />
|
||||
<input
|
||||
placeholder-class="text-#889BC6"
|
||||
type="password"
|
||||
class="text-right flex-1 text-14"
|
||||
placeholder="请再次输入支付密码"
|
||||
placeholder="请输入身份证号"
|
||||
/>
|
||||
</view>
|
||||
</view>
|
||||
<view
|
||||
class="mt-50 text-center py-12 rounded-full mx-15 text-15 text-white btn-gradient"
|
||||
@click="handleRegister"
|
||||
@click="handleSubmit"
|
||||
>
|
||||
确认
|
||||
</view>
|
||||
@@ -86,19 +57,52 @@
|
||||
<script lang="ts" setup>
|
||||
import NavBar from '@/components/NavBar.vue'
|
||||
import { isLogged } from '@/interceptors/route'
|
||||
import { editPasswordFirstAPI, editPasswordSecondAPI } from '@/service'
|
||||
import { useUserStore } from '@/store/user'
|
||||
import { showModal } from '@/utils'
|
||||
|
||||
const userStore = useUserStore()
|
||||
const form = ref({
|
||||
account: '',
|
||||
newpassword: '',
|
||||
cardnum: '',
|
||||
nosuth: 0,
|
||||
})
|
||||
|
||||
let redirect = '/'
|
||||
onLoad((options) => {
|
||||
redirect = options.redirect ?? '/'
|
||||
})
|
||||
|
||||
const handleRegister = () => {
|
||||
userStore.setUserInfo({
|
||||
token: '123456',
|
||||
})
|
||||
async function handleBlur() {
|
||||
const account = form.value.account
|
||||
if (account) {
|
||||
const { data } = await editPasswordFirstAPI({
|
||||
account,
|
||||
})
|
||||
form.value.nosuth = data?.nosuth ?? 0
|
||||
}
|
||||
}
|
||||
const handleSubmit = async () => {
|
||||
if (!form.value.account || !form.value.newpassword) {
|
||||
uni.showToast({
|
||||
title: '请填写完整信息',
|
||||
icon: 'none',
|
||||
})
|
||||
return
|
||||
}
|
||||
if (form.value.nosuth) {
|
||||
if (!form.value.cardnum) {
|
||||
uni.showToast({
|
||||
title: '请填写身份证号',
|
||||
icon: 'none',
|
||||
})
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
await editPasswordSecondAPI(form.value)
|
||||
await showModal('修改成功')
|
||||
uni.reLaunch({
|
||||
url: redirect,
|
||||
})
|
||||
@@ -116,7 +120,7 @@ onLoad(() => {
|
||||
.login-container {
|
||||
box-sizing: border-box;
|
||||
min-height: 100vh;
|
||||
padding-bottom: 200rpx;
|
||||
padding-bottom: 50px;
|
||||
background-image: url('@/static/images/login-bg.png');
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
|
||||
@@ -64,16 +64,26 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<wd-popup v-model="showRealName" custom-style="border-radius:32rpx;">
|
||||
<view class="p-15 w-345">
|
||||
<text class="custom-txt">实名立即送5000股马尔代夫股权</text>
|
||||
<view
|
||||
@click="handleRealName"
|
||||
class="mt-15 btn-gradient rounded-full text-center text-14 text-white py-15 mt-15"
|
||||
>
|
||||
去认证
|
||||
</view>
|
||||
</view>
|
||||
<wd-popup
|
||||
v-model="showRealName"
|
||||
custom-style="border-radius:0.2rem;"
|
||||
:close-on-click-modal="false"
|
||||
lockScroll
|
||||
>
|
||||
<image
|
||||
class="w-300 h-416"
|
||||
src="@/static/images/realname-popup.jpeg"
|
||||
mode="widthFix"
|
||||
@click="handleRealName"
|
||||
/>
|
||||
</wd-popup>
|
||||
<wd-popup closable v-model="showReward" custom-style="border-radius:0.2rem;">
|
||||
<image
|
||||
class="w-300 h-416"
|
||||
src="@/static/images/reward-bg.jpg"
|
||||
mode="widthFix"
|
||||
@click="showReward = false"
|
||||
/>
|
||||
</wd-popup>
|
||||
</view>
|
||||
</template>
|
||||
@@ -123,17 +133,9 @@ const handleOfficialCommunity = () => {
|
||||
const handleDownload = () => {
|
||||
downloadAppAPI()
|
||||
}
|
||||
|
||||
const showReward = ref(false)
|
||||
const handleReward = () => {
|
||||
showModal(
|
||||
`1.注册立即送5000股马尔代夫股权;\n
|
||||
2.每股马尔代夫股权价值500元;\n
|
||||
3.每邀请一人可以获得20股马尔代夫股权`,
|
||||
{
|
||||
title: '奖励制度',
|
||||
confirmText: '我知道了',
|
||||
},
|
||||
)
|
||||
showReward.value = true
|
||||
}
|
||||
|
||||
const showRealName = ref(false)
|
||||
@@ -141,11 +143,13 @@ const handleRealName = () => {
|
||||
uni.navigateTo({
|
||||
url: '/pages-sub/realname/index',
|
||||
})
|
||||
showRealName.value = false
|
||||
}
|
||||
|
||||
onLoad(async () => {
|
||||
onShow(async () => {
|
||||
const res = await getRealNameAuthAPI()
|
||||
if (!res.data) {
|
||||
uni.hideTabBar()
|
||||
showRealName.value = true
|
||||
}
|
||||
})
|
||||
@@ -154,7 +158,7 @@ onLoad(async () => {
|
||||
<style>
|
||||
.home-page {
|
||||
min-height: 100vh;
|
||||
padding-bottom: 100rpx;
|
||||
padding-bottom: 50px;
|
||||
background-image: url('@/static/images/bg.png');
|
||||
background-position: top;
|
||||
background-size: cover;
|
||||
|
||||
@@ -120,13 +120,13 @@ const onInvest = mergeStep(async (item: any) => {
|
||||
background-image: url('@/static/images/invest/bg.png');
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-position: top -80rpx center;
|
||||
background-position: top -40px center;
|
||||
background-size: 100%;
|
||||
}
|
||||
.invest-item {
|
||||
width: 690rpx;
|
||||
height: 352rpx;
|
||||
margin: 0 auto 30rpx;
|
||||
width: 345px;
|
||||
height: 176px;
|
||||
margin: 0 auto 15px;
|
||||
background-image: url('@/static/images/invest/item-bg.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
v-model="formData.account"
|
||||
placeholder-class="text-#889BC6"
|
||||
class="text-right flex-1 text-14"
|
||||
placeholder="请输入用户名"
|
||||
placeholder="请输入手机号"
|
||||
/>
|
||||
</view>
|
||||
<view class="flex items-center py-15">
|
||||
@@ -36,9 +36,9 @@
|
||||
/>
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="ml-auto mr-0 w-fit text-gradient text-14 p-15" @click="handleEditPassword">
|
||||
<view class="ml-auto mr-0 w-fit text-gradient text-14 p-15" @click="handleEditPassword">
|
||||
忘记密码
|
||||
</view> -->
|
||||
</view>
|
||||
<view
|
||||
class="mt-30 text-center py-12 rounded-full mx-15 text-15 text-white btn-gradient"
|
||||
@click="handleLogin"
|
||||
@@ -74,7 +74,7 @@ onLoad((options) => {
|
||||
const handleLogin = async () => {
|
||||
if (!formData.value.account || !formData.value.password) {
|
||||
return uni.showToast({
|
||||
title: '请输入用户名和密码',
|
||||
title: '请输入手机号和密码',
|
||||
icon: 'none',
|
||||
})
|
||||
}
|
||||
@@ -114,7 +114,7 @@ onLoad(() => {
|
||||
.login-container {
|
||||
box-sizing: border-box;
|
||||
min-height: 100vh;
|
||||
padding-bottom: 200rpx;
|
||||
padding-bottom: 50px;
|
||||
background-image: url('@/static/images/login-bg.png');
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<view class="text-16 mt-10">{{ userStore.userInfo.nickname }}</view>
|
||||
<view class="text-12 mt-8">账号:{{ userStore.userInfo.username }}</view>
|
||||
</view>
|
||||
<view class="flex justify-center text-center mt-15 items-center px-30">
|
||||
<view class="flex justify-center text-center mt-30 items-center px-30">
|
||||
<view class="flex-1">
|
||||
<view class="text-30 font-bold">{{ Number(userStore.userInfo.money) }}</view>
|
||||
<view class="text-14 mt-10 text-#3B81F3">我的余额</view>
|
||||
@@ -33,7 +33,7 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="flex px-15 mt-15">
|
||||
<view class="flex px-15 mt-30">
|
||||
<view
|
||||
class="flex py-30 justify-center items-center rounded-tl-10 rounded-br-10 flex-1 bg-[linear-gradient(180deg,#D9EBFF,#9EDAFF)] border-1 border-#5FAEFF80 border-solid"
|
||||
@click="handleWithdrawal"
|
||||
@@ -53,7 +53,7 @@
|
||||
<image
|
||||
class="w-330 h-123 mx-auto mt-15 block"
|
||||
src="@/static/images/my/recommend.png"
|
||||
mode="aspectFill"
|
||||
mode="widthFix"
|
||||
@click="handleInvite"
|
||||
/>
|
||||
|
||||
@@ -111,7 +111,7 @@ import NavBar from '@/components/NavBar.vue'
|
||||
import { loginRoute } from '@/interceptors/route'
|
||||
import { downloadAppAPI } from '@/service'
|
||||
import { useUserStore } from '@/store/user'
|
||||
import { getImageUrl } from '@/utils'
|
||||
import { getImageUrl, showModal } from '@/utils'
|
||||
|
||||
const userStore = useUserStore()
|
||||
|
||||
@@ -128,9 +128,10 @@ const handleWithdrawalDetail = () => {
|
||||
}
|
||||
|
||||
const handleWithdrawal = () => {
|
||||
uni.navigateTo({
|
||||
url: '/pages-sub/withdrawal/index',
|
||||
})
|
||||
showModal('1月26号开放提现')
|
||||
// uni.navigateTo({
|
||||
// url: '/pages-sub/withdrawal/index',
|
||||
// })
|
||||
}
|
||||
|
||||
const handleTeam = () => {
|
||||
@@ -173,8 +174,8 @@ const handleConvert = () => {
|
||||
<style lang="scss" scoped>
|
||||
.my-page {
|
||||
min-height: 100vh;
|
||||
padding-bottom: 100rpx;
|
||||
background-image: url('@/static/images/bg.png');
|
||||
padding-bottom: 50px;
|
||||
background-image: url('@/static/images/my/bg.jpg');
|
||||
background-position: top;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
@@ -104,7 +104,8 @@ onLoad(async (options) => {
|
||||
<image class="w-24 h-24" src="@/static/images/login/phone.png" mode="aspectFit" />
|
||||
<input
|
||||
v-model="form.username"
|
||||
type="text"
|
||||
type="number"
|
||||
maxlength="11"
|
||||
placeholder-class="text-#889BC6"
|
||||
class="text-right flex-1 text-14"
|
||||
placeholder="请输入手机号"
|
||||
@@ -175,7 +176,7 @@ onLoad(async (options) => {
|
||||
.login-container {
|
||||
box-sizing: border-box;
|
||||
min-height: 100vh;
|
||||
padding-bottom: 200rpx;
|
||||
padding-bottom: 50px;
|
||||
background-image: url('@/static/images/login-bg.png');
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
|
||||
@@ -151,5 +151,37 @@ export const getWithdrawalRecordAPI = (data) =>
|
||||
|
||||
// 下载APP
|
||||
export const downloadAppAPI = () => {
|
||||
location.href = 'https://tiktok-test.gbnorg.com/7885922.apk'
|
||||
location.href = 'https://r2.maldiveswallet.vip/app/maldiveswallet.apk'
|
||||
}
|
||||
|
||||
// 修改密码第一步
|
||||
export const editPasswordFirstAPI = (data) =>
|
||||
http({
|
||||
url: '/api/user/forgetpassone',
|
||||
method: 'POST',
|
||||
data,
|
||||
hideErrorToast: true,
|
||||
})
|
||||
|
||||
// 修改密码第二步
|
||||
export const editPasswordSecondAPI = (data) =>
|
||||
http({
|
||||
url: '/api/user/forgetpasstwo',
|
||||
method: 'POST',
|
||||
data,
|
||||
})
|
||||
|
||||
// 修改实名认证信息
|
||||
export const editRealNameAuthAPI = (data) =>
|
||||
http({
|
||||
url: '/api/user/updateuserauth',
|
||||
method: 'POST',
|
||||
data,
|
||||
})
|
||||
|
||||
// 获取客服信息
|
||||
export const getCustomerServiceAPI = () =>
|
||||
http({
|
||||
url: '/api/index/kefu',
|
||||
method: 'POST',
|
||||
})
|
||||
|
||||
|
After Width: | Height: | Size: 9.1 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 4.7 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 31 KiB |
|
After Width: | Height: | Size: 50 KiB |
|
After Width: | Height: | Size: 144 KiB |
|
Before Width: | Height: | Size: 58 KiB |
|
Before Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 4.4 KiB |
|
Before Width: | Height: | Size: 4.7 KiB |
|
Before Width: | Height: | Size: 5.2 KiB |
|
Before Width: | Height: | Size: 574 B |
|
Before Width: | Height: | Size: 780 B |
|
Before Width: | Height: | Size: 985 B |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 255 KiB |
|
After Width: | Height: | Size: 58 KiB |
|
Before Width: | Height: | Size: 174 KiB After Width: | Height: | Size: 63 KiB |
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 5.2 KiB |
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 184 KiB |
|
After Width: | Height: | Size: 157 KiB |
@@ -113,12 +113,16 @@ export default ({ command, mode }) => {
|
||||
css: {
|
||||
postcss: {
|
||||
plugins: [
|
||||
autoprefixer(),
|
||||
autoprefixer({
|
||||
overrideBrowserslist: ['Android >= 4.0', 'iOS >= 8'],
|
||||
}),
|
||||
viewport({
|
||||
mobileUnit: 'rem',
|
||||
appSelector: '#app',
|
||||
selectorBlackList: ['uni-'],
|
||||
viewportWidth: 375,
|
||||
maxDisplayWidth: 600,
|
||||
rootContainingBlockSelectorList: ['van-tabbar', 'van-popup'],
|
||||
// rootContainingBlockSelectorList: ['wd-navbar__title'],
|
||||
border: true,
|
||||
}),
|
||||
],
|
||||
|
||||