From 65f6494499cd917b588c411ad543f0fca84435c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=98=E6=B3=8A=E5=AE=A2?= <1059510186@qq.com> Date: Fri, 29 Dec 2023 14:14:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 6 +- .env.production | 6 +- .hbuilderx/launch.json | 41 +- auto-imports.d.ts | 4 +- components.d.ts | 15 - package.json | 3 +- pnpm-lock.yaml | 63 +- src/App.vue | 9 - src/api/index.ts | 80 + src/api/login.ts | 2 +- src/components/Captcha/ConcatCaptcha.vue | 2 +- src/components/Captcha/RotateCaptcha.vue | 2 +- src/components/Captcha/SliderCaptcha.vue | 2 +- src/components/Captcha/WordClickCaptcha.vue | 2 +- src/components/home/AssetsList.vue | 120 +- src/config/env.ts | 29 - src/main.ts | 2 +- src/manifest.json | 48 +- src/pages.json | 1 - src/pages/common/assetsDetail/index-1.vue | 326 + src/pages/common/assetsDetail/index.vue | 273 +- src/pages/index.vue | 222 +- src/pages/login.vue | 41 +- src/pages/mine/index.vue | 8 +- src/pages/mine/info/edit.vue | 178 +- src/pages/mine/info/index.vue | 11 +- src/pages/mine/pwd/index.vue | 12 +- src/store/user.ts | 2 +- src/types/consult.d.ts | 13 +- src/typings/env.d.ts | 2 +- src/utils/index.ts | 8 - src/utils/request.ts | 38 +- src/utils/socketTask.ts | 21 +- unpackage/res/icons/1024x1024.png | Bin 0 -> 222445 bytes unpackage/res/icons/120x120.png | Bin 0 -> 9621 bytes unpackage/res/icons/144x144.png | Bin 0 -> 12568 bytes unpackage/res/icons/152x152.png | Bin 0 -> 13534 bytes unpackage/res/icons/167x167.png | Bin 0 -> 15499 bytes unpackage/res/icons/180x180.png | Bin 0 -> 17207 bytes unpackage/res/icons/192x192.png | Bin 0 -> 19041 bytes unpackage/res/icons/20x20.png | Bin 0 -> 727 bytes unpackage/res/icons/29x29.png | Bin 0 -> 1212 bytes unpackage/res/icons/40x40.png | Bin 0 -> 1760 bytes unpackage/res/icons/58x58.png | Bin 0 -> 3100 bytes unpackage/res/icons/60x60.png | Bin 0 -> 3094 bytes unpackage/res/icons/72x72.png | Bin 0 -> 4246 bytes unpackage/res/icons/76x76.png | Bin 0 -> 4601 bytes unpackage/res/icons/80x80.png | Bin 0 -> 4851 bytes unpackage/res/icons/87x87.png | Bin 0 -> 5753 bytes unpackage/res/icons/96x96.png | Bin 0 -> 6745 bytes vite.config.ts | 141 +- yarn-error.log | 6212 +++++++++++++++++++ yarn.lock | 1773 ++++-- 53 files changed, 8575 insertions(+), 1143 deletions(-) create mode 100644 src/api/index.ts delete mode 100644 src/config/env.ts create mode 100644 src/pages/common/assetsDetail/index-1.vue create mode 100644 unpackage/res/icons/1024x1024.png create mode 100644 unpackage/res/icons/120x120.png create mode 100644 unpackage/res/icons/144x144.png create mode 100644 unpackage/res/icons/152x152.png create mode 100644 unpackage/res/icons/167x167.png create mode 100644 unpackage/res/icons/180x180.png create mode 100644 unpackage/res/icons/192x192.png create mode 100644 unpackage/res/icons/20x20.png create mode 100644 unpackage/res/icons/29x29.png create mode 100644 unpackage/res/icons/40x40.png create mode 100644 unpackage/res/icons/58x58.png create mode 100644 unpackage/res/icons/60x60.png create mode 100644 unpackage/res/icons/72x72.png create mode 100644 unpackage/res/icons/76x76.png create mode 100644 unpackage/res/icons/80x80.png create mode 100644 unpackage/res/icons/87x87.png create mode 100644 unpackage/res/icons/96x96.png create mode 100644 yarn-error.log diff --git a/.env.development b/.env.development index bfc8497..54c19cd 100644 --- a/.env.development +++ b/.env.development @@ -6,5 +6,7 @@ # @FilePath: \byhl-zt-app\.env.development # @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE ### -VITE_SERVICE_ENV = dev -VITE_APP_BASE_API = '/api' +VITE_SERVICE_ENV = development +VITE_APP_BASEURL = '/api' +VITE_APP_SERVER_URL = 'https://byffp.top' +VITE_APP_IMG_UTL = 'https://byffp.top/avatar/' diff --git a/.env.production b/.env.production index aec3554..a88f628 100644 --- a/.env.production +++ b/.env.production @@ -1,2 +1,4 @@ -VITE_SERVICE_ENV = prod -VITE_APP_BASE_API = '/api' +VITE_SERVICE_ENV = production +VITE_APP_BASEURL = '/api' +VITE_APP_SERVER_URL = 'https://byffp.top' +VITE_APP_IMG_UTL = 'https://byffp.top/avatar/' \ No newline at end of file diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index c43888c..9db0b6f 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -1,16 +1,25 @@ -{ // launch.json 配置了启动调试时相关设置,configurations下节点名称可为 app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/ - // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数 - "version": "0.0", - "configurations": [{ - "app-plus" : - { - "launchtype" : "local" - }, - "default" : - { - "launchtype" : "local" - }, - "type" : "uniCloud" - } - ] -} +{ + // launch.json 配置了启动调试时相关设置,configurations下节点名称可为 app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/ + // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数 + "version" : "0.0", + "configurations" : [ + { + "app-plus" : { + "launchtype" : "local" + }, + "default" : { + "launchtype" : "local" + }, + "type" : "uniCloud" + }, + { + "openVueDevtools" : false, + "playground" : "standard", + "type" : "uni-app:app-android" + }, + { + "openVueDevtools" : false, + "type" : "uni-app:app-ios" + } + ] +} diff --git a/auto-imports.d.ts b/auto-imports.d.ts index 5b2b88e..5f16ed3 100644 --- a/auto-imports.d.ts +++ b/auto-imports.d.ts @@ -69,7 +69,6 @@ declare global { const readonly: typeof import('vue')['readonly'] const ref: typeof import('vue')['ref'] const resolveComponent: typeof import('vue')['resolveComponent'] - const resolveDirective: typeof import('vue')['resolveDirective'] const setActivePinia: typeof import('pinia')['setActivePinia'] const setMapStoreSuffix: typeof import('pinia')['setMapStoreSuffix'] const shallowReactive: typeof import('vue')['shallowReactive'] @@ -92,7 +91,7 @@ declare global { } // for vue template auto import import { UnwrapRef } from 'vue' -declare module 'vue' { +declare module '@vue/runtime-core' { interface ComponentCustomProperties { readonly EffectScope: UnwrapRef readonly acceptHMRUpdate: UnwrapRef @@ -162,7 +161,6 @@ declare module 'vue' { readonly readonly: UnwrapRef readonly ref: UnwrapRef readonly resolveComponent: UnwrapRef - readonly resolveDirective: UnwrapRef readonly setActivePinia: UnwrapRef readonly setMapStoreSuffix: UnwrapRef readonly shallowReactive: UnwrapRef diff --git a/components.d.ts b/components.d.ts index 2ad9973..0a4734a 100644 --- a/components.d.ts +++ b/components.d.ts @@ -14,21 +14,6 @@ declare module 'vue' { RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] SliderCaptcha: typeof import('./src/components/Captcha/SliderCaptcha.vue')['default'] - VanActionSheet: typeof import('vant/es')['ActionSheet'] - VanButton: typeof import('vant/es')['Button'] - VanCalendar: typeof import('vant/es')['Calendar'] - VanCell: typeof import('vant/es')['Cell'] - VanCellGroup: typeof import('vant/es')['CellGroup'] - VanField: typeof import('vant/es')['Field'] - VanForm: typeof import('vant/es')['Form'] - VanIcon: typeof import('vant/es')['Icon'] - VanList: typeof import('vant/es')['List'] - VanNavBar: typeof import('vant/es')['NavBar'] - VanPicker: typeof import('vant/es')['Picker'] - VanPopup: typeof import('vant/es')['Popup'] - VanSearch: typeof import('vant/es')['Search'] - VanSticky: typeof import('vant/es')['Sticky'] - VanTag: typeof import('vant/es')['Tag'] WordClickCaptcha: typeof import('./src/components/Captcha/WordClickCaptcha.vue')['default'] } } diff --git a/package.json b/package.json index 1783200..ae0ef51 100644 --- a/package.json +++ b/package.json @@ -46,9 +46,10 @@ "@dcloudio/uni-mp-weixin": "3.0.0-alpha-3050420220804004", "@dcloudio/uni-quickapp-webview": "3.0.0-alpha-3050420220804004", "@dcloudio/uni-ui": "^1.4.20", + "@uni-helper/axios-adapter": "^1.5.2", "axios": "^1.4.0", "crypto-js": "^4.1.1", - "lodash": "1.3.1", + "lodash": "^4.17.21", "moment": "^2.29.4", "pinia": "^2.0.36", "pinia-plugin-persistedstate": "^3.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0cab2c3..26924dc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -44,6 +44,9 @@ dependencies: '@dcloudio/uni-ui': specifier: ^1.4.20 version: 1.4.20 + '@uni-helper/axios-adapter': + specifier: ^1.5.2 + version: 1.5.2(axios@1.4.0) axios: specifier: ^1.4.0 version: 1.4.0 @@ -51,8 +54,8 @@ dependencies: specifier: ^4.1.1 version: 4.1.1 lodash: - specifier: 1.3.1 - version: 1.3.1 + specifier: ^4.17.21 + version: 4.17.21 moment: specifier: ^2.29.4 version: 2.29.4 @@ -69,7 +72,7 @@ dependencies: specifier: ^3.2.37 version: 3.2.37 vue-i18n: - specifier: ^9.2.2 + specifier: ^9.1.9 version: 9.2.2(vue@3.2.37) devDependencies: @@ -77,7 +80,7 @@ devDependencies: specifier: ^0.25.2 version: 0.25.2(eslint@8.21.0)(typescript@4.7.4) '@dcloudio/types': - specifier: ^3.0.13 + specifier: ^3.0.7 version: 3.0.13 '@dcloudio/uni-automator': specifier: 3.0.0-alpha-3050420220804004 @@ -1106,7 +1109,7 @@ packages: '@iconify/types': 1.1.0 debug: 4.3.4 kolorist: 1.5.1 - local-pkg: 0.4.2 + local-pkg: 0.4.3 transitivePeerDependencies: - supports-color dev: true @@ -1500,6 +1503,16 @@ packages: eslint-visitor-keys: 3.3.0 dev: true + /@uni-helper/axios-adapter@1.5.2(axios@1.4.0): + resolution: {integrity: sha512-0NUHqVpC2a2KoT855csKhA2nV5bhGtIW9SUSyfZ248PmAsRsrnRjzygEeR/1IDGM6cbHdyAFGAdPtA/mwgC6Dg==} + peerDependencies: + axios: ^1.5.0 + dependencies: + axios: 1.4.0 + local-pkg: 0.4.3 + unplugin: 1.5.1 + dev: false + /@unocss/cli@0.45.5: resolution: {integrity: sha512-gB/XZ6ksS/le1r33JhLam7UtJhd2fvtbgYV2rU76DOoqIa+qCZFbrMDFyF+PJz6yCW0goYF9ybtZXND42aygZQ==} engines: {node: '>=14'} @@ -1750,10 +1763,6 @@ packages: '@vue/compiler-dom': 3.2.37 '@vue/shared': 3.2.37 - /@vue/devtools-api@6.2.1: - resolution: {integrity: sha512-OEgAMeQXvCoJ+1x8WyQuVZzFo0wcyCmUR3baRVLmKBo1LmYZWMlRiXlux5jd0fqVJu6PfDbOrZItVqUEzLobeQ==} - dev: false - /@vue/devtools-api@6.5.1: resolution: {integrity: sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA==} dev: false @@ -1927,6 +1936,14 @@ packages: acorn: 8.11.2 dev: true + /acorn-jsx@5.3.2(acorn@8.11.2): + resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} + peerDependencies: + acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 + dependencies: + acorn: 8.11.2 + dev: true + /acorn-jsx@5.3.2(acorn@8.8.0): resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} peerDependencies: @@ -1939,7 +1956,6 @@ packages: resolution: {integrity: sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==} engines: {node: '>=0.4.0'} hasBin: true - dev: true /acorn@8.8.0: resolution: {integrity: sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==} @@ -3386,8 +3402,8 @@ packages: resolution: {integrity: sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - acorn: 8.8.0 - acorn-jsx: 5.3.2(acorn@8.8.0) + acorn: 8.11.2 + acorn-jsx: 5.3.2(acorn@8.11.2) eslint-visitor-keys: 3.3.0 dev: true @@ -3830,7 +3846,6 @@ packages: /graceful-fs@4.2.11: resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} - dev: true /grapheme-splitter@1.0.4: resolution: {integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==} @@ -4362,7 +4377,7 @@ packages: dependencies: universalify: 2.0.0 optionalDependencies: - graceful-fs: 4.2.10 + graceful-fs: 4.2.11 /jsx-ast-utils@3.3.2: resolution: {integrity: sha512-4ZCADZHRkno244xlNnn4AOG6sRQ7iBZ5BbgZ4vW4y5IZw7cVUD1PPeblm1xx/nfmMxPdt/LHsXZW8z/j58+l9Q==} @@ -4466,7 +4481,6 @@ packages: /local-pkg@0.4.3: resolution: {integrity: sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g==} engines: {node: '>=14'} - dev: true /localstorage-polyfill@1.0.1: resolution: {integrity: sha512-m4iHVZxFH5734oQcPKU08025gIz2+4bjWR9lulP8ZYxEJR0BpA0w32oJmkzh8y3UI9ci7xCBehQDc3oA1X+VHw==} @@ -4502,14 +4516,8 @@ packages: resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} dev: true - /lodash@1.3.1: - resolution: {integrity: sha512-F7AB8u+6d00CCgnbjWzq9fFLpzOMCgq6mPjOW4+8+dYbrnc0obRrC+IHctzfZ1KKTQxX0xo/punrlpOWcf4gpw==} - engines: {'0': node, '1': rhino} - dev: false - /lodash@4.17.21: resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} - dev: true /loose-envify@1.4.0: resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} @@ -4705,7 +4713,7 @@ packages: /mlly@0.5.7: resolution: {integrity: sha512-rz+n2i9862ymLH+UDlHpsuTVyCIAs+9WejS2De2VUlAKdpq8OJ9x/C2M7nNUMLEW1H+D6n0uZlpz8+tMGxCmyQ==} dependencies: - acorn: 8.8.0 + acorn: 8.11.2 pathe: 0.3.3 pkg-types: 0.3.3 dev: true @@ -5913,7 +5921,7 @@ packages: /strip-literal@0.4.0: resolution: {integrity: sha512-ql/sBDoJOybTKSIOWrrh8kgUEMjXMwRAkZTD0EwiwxQH/6tTPkZvMIEjp0CRlpi6V5FMiJyvxeRkEi1KrGISoA==} dependencies: - acorn: 8.8.0 + acorn: 8.11.2 dev: true /supports-color@2.0.0: @@ -6180,7 +6188,7 @@ packages: '@rollup/pluginutils': 4.2.1 escape-string-regexp: 5.0.0 fast-glob: 3.2.11 - local-pkg: 0.4.2 + local-pkg: 0.4.3 magic-string: 0.26.2 mlly: 0.5.7 pathe: 0.3.3 @@ -6374,7 +6382,6 @@ packages: chokidar: 3.5.3 webpack-sources: 3.2.3 webpack-virtual-modules: 0.6.0 - dev: true /unquote@1.1.1: resolution: {integrity: sha512-vRCqFv6UhXpWxZPyGDh/F3ZpNv8/qo7w6iufLpQg9aKnQ71qM4B5KiI7Mia9COcjEhrO9LueHpMYjYzsWH3OIg==} @@ -6544,7 +6551,7 @@ packages: '@intlify/core-base': 9.2.2 '@intlify/shared': 9.2.2 '@intlify/vue-devtools': 9.2.2 - '@vue/devtools-api': 6.2.1 + '@vue/devtools-api': 6.5.1 vue: 3.2.37 dev: false @@ -6553,7 +6560,7 @@ packages: peerDependencies: vue: ^3.2.0 dependencies: - '@vue/devtools-api': 6.2.1 + '@vue/devtools-api': 6.5.1 vue: 3.2.37 dev: false @@ -6577,7 +6584,6 @@ packages: /webpack-sources@3.2.3: resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==} engines: {node: '>=10.13.0'} - dev: true /webpack-virtual-modules@0.4.4: resolution: {integrity: sha512-h9atBP/bsZohWpHnr+2sic8Iecb60GxftXsWNLLLSqewgIsGzByd2gcIID4nXcG+3tNe4GQG3dLcff3kXupdRA==} @@ -6585,7 +6591,6 @@ packages: /webpack-virtual-modules@0.6.0: resolution: {integrity: sha512-KnaMTE6EItz/f2q4Gwg5/rmeKVi79OR58NoYnwDJqCk9ywMtTGbBnBcfoBtN4QbYu0lWXvyMoH2Owxuhe4qI6Q==} - dev: true /webpack@5.89.0: resolution: {integrity: sha512-qyfIC10pOr70V+jkmud8tMfajraGCZMBWJtrmuBymQKCrLTRejBI8STDp1MCyZu/QTdZSeacCQYpYNQVOzX5kw==} diff --git a/src/App.vue b/src/App.vue index 97f6af6..d4d293e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,11 +1,3 @@ - - diff --git a/src/config/env.ts b/src/config/env.ts deleted file mode 100644 index 77ad968..0000000 --- a/src/config/env.ts +++ /dev/null @@ -1,29 +0,0 @@ -/* - * @Author: error: error: git config user.name & please set dead value or install git && error: git config user.email & please set dead value or install git & please set dead value or install git - * @Date: 2023-07-28 16:10:52 - * @LastEditors: error: error: git config user.name & please set dead value or install git && error: git config user.email & please set dead value or install git & please set dead value or install git - * @LastEditTime: 2023-08-09 17:08:53 - * @FilePath: \byhl-zt-app\src\config\env.ts - * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE - */ -/** 请求服务的环境配置 */ -type ServiceEnv = Record - -export const serviceEnv: ServiceEnv = { - dev: { - url: 'http://172.18.0.225:8000', - }, - prod: { - url: 'http://admin.ballcat.cn', - } -} -export const imgUrl = 'https://hccake-img.oss-cn-shanghai.aliyuncs.com/' -/** - * 获取当前环境模式下的请求服务的配置 - * @param env 环境 - */ -export function getServiceEnvConfig(env: ImportMetaEnv) { - const { VITE_SERVICE_ENV = 'dev' } = env - - return serviceEnv[VITE_SERVICE_ENV] -} diff --git a/src/main.ts b/src/main.ts index 8416a2f..30e0f8d 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,7 +1,7 @@ import { createSSRApp } from 'vue' import App from './App.vue' // import { setupStore } from './store' - +import 'vant/lib/index.css' import 'uno.css' import '@/style/main.scss' import 'virtual:svg-icons-register' diff --git a/src/manifest.json b/src/manifest.json index 50559ca..2232f67 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,5 +1,5 @@ { - "name" : "cmd", + "name" : "线索分发系统", "appid" : "__UNI__F6B11EE", "description" : "", "versionName" : "1.0.0", @@ -15,6 +15,9 @@ "autoclose" : true, "delay" : 0 }, + "compatible" : { + "ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持 + }, "modules" : {}, "distribute" : { "android" : { @@ -35,10 +38,47 @@ "", "", "" - ] + ], + "minSdkVersion" : 21 + }, + "ios" : { + "dSYMs" : false + }, + "sdkConfigs" : { + "ad" : {} }, - "ios" : {}, - "sdkConfigs" : {} + "icons" : { + "android" : { + "hdpi" : "unpackage/res/icons/72x72.png", + "xhdpi" : "unpackage/res/icons/96x96.png", + "xxhdpi" : "unpackage/res/icons/144x144.png", + "xxxhdpi" : "unpackage/res/icons/192x192.png" + }, + "ios" : { + "appstore" : "unpackage/res/icons/1024x1024.png", + "ipad" : { + "app" : "unpackage/res/icons/76x76.png", + "app@2x" : "unpackage/res/icons/152x152.png", + "notification" : "unpackage/res/icons/20x20.png", + "notification@2x" : "unpackage/res/icons/40x40.png", + "proapp@2x" : "unpackage/res/icons/167x167.png", + "settings" : "unpackage/res/icons/29x29.png", + "settings@2x" : "unpackage/res/icons/58x58.png", + "spotlight" : "unpackage/res/icons/40x40.png", + "spotlight@2x" : "unpackage/res/icons/80x80.png" + }, + "iphone" : { + "app@2x" : "unpackage/res/icons/120x120.png", + "app@3x" : "unpackage/res/icons/180x180.png", + "notification@2x" : "unpackage/res/icons/40x40.png", + "notification@3x" : "unpackage/res/icons/60x60.png", + "settings@2x" : "unpackage/res/icons/58x58.png", + "settings@3x" : "unpackage/res/icons/87x87.png", + "spotlight@2x" : "unpackage/res/icons/80x80.png", + "spotlight@3x" : "unpackage/res/icons/120x120.png" + } + } + } } }, "quickapp" : {}, diff --git a/src/pages.json b/src/pages.json index 89ce61a..df4ec05 100644 --- a/src/pages.json +++ b/src/pages.json @@ -17,7 +17,6 @@ "path": "pages/common/assetsDetail/index", "style": { "navigationBarTitleText": "线索详情", - "enablePullDownRefresh": true, "navigationStyle": "custom" } }, diff --git a/src/pages/common/assetsDetail/index-1.vue b/src/pages/common/assetsDetail/index-1.vue new file mode 100644 index 0000000..9b36b13 --- /dev/null +++ b/src/pages/common/assetsDetail/index-1.vue @@ -0,0 +1,326 @@ + + + + + + \ No newline at end of file diff --git a/src/pages/common/assetsDetail/index.vue b/src/pages/common/assetsDetail/index.vue index 0444fc1..0bb52bf 100644 --- a/src/pages/common/assetsDetail/index.vue +++ b/src/pages/common/assetsDetail/index.vue @@ -2,26 +2,33 @@