diff --git a/config/baseUrl.js b/config/baseUrl.js index c261b81..548f755 100644 --- a/config/baseUrl.js +++ b/config/baseUrl.js @@ -6,7 +6,7 @@ if (process.env.NODE_ENV === 'development') { // socketUrl = "ws://localhost:6001/"; // baseUrl = "https://twin-ui.com/demo/"; baseUrl = "https://testapi.nuttyreading.com/"; // 线上测试环境 - // baseUrl = "https://api.nuttyreading.com/"; // 线上正式 + // baseUrl = "https://api.nuttyreading.com/"; // 线上正式 // baseUrl = "http://192.168.110.100:9200/pb/"; // 开发用电脑 // baseUrl = "http://59.110.212.44:9200/pb/"; // baseUrl = "http://192.168.110.100:9100/pb/"; // 开发用电脑 diff --git a/manifest.json b/manifest.json index 74e1565..042cda5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,254 +1,258 @@ { - "name": "疯子读书", - "appid": "__UNI__9788EB5", - "description": "疯子读书", - "networkTimeout": { - "request": 3000 - }, - "transformPx": false, - "icons": [{ - "sizes": "分辨率,192x192", - "src": "图片路径" - }], - "versionName": "1.2.43", - "versionCode": 1243, - "app-plus": { - "compatible": { - "ignoreVersion": true - }, - "privacy": { - "prompt": "template", - "template": { - "title": "用户协议和隐私政策", - "message": "请你务必审慎阅读、充分理解“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。
  你可阅读《用户协议》《隐私协议》了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。", - "buttonAccept": "同意", - "buttonRefuse": "暂不同意" - } - }, - "modules": { - "Payment": {}, - "Share": {}, - "Camera": {}, - "VideoPlayer": {}, - "OAuth": {} - }, - "distribute": { - "apple": { - "devices": "universal" - }, - // "UIBackgroundModes" : [ "audio" ] - "android": { - "permissionPhoneState": { - "request": "none", - "prompt": "为保证您正常、安全地使用,需要获取设备识别码(部分手机提示为获取手机号码)使用权限,请允许。" - }, - "permissionExternalStorage": { - "request": "none", - "prompt": "应用保存运行状态等信息,需要获取读写手机存储(系统提示为访问设备上的照片、媒体内容和文件)权限,请允许。" - }, - "permissions": [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ], - "abiFilters": ["armeabi-v7a", "arm64-v8a", "x86"], - "minSdkVersion": 21, - "targetSdkVersion": 30, - "schemes": "nuttyreading" - }, - "sdkConfigs": { - "ad": {}, - "maps": {}, - "share": { - "weixin": { - "appid": "wx47134a8f15083734", - "UniversalLinks": "https://verification.nuttyreading.com/uni-universallinks/__UNI__9788EB5/" - } - }, - "payment": { - "alipay": { - "__platform__": ["ios", "android"] - }, - "appleiap": {}, - "weixin": { - "__platform__": ["ios", "android"], - "appid": "wx47134a8f15083734", - "UniversalLinks": "https://verification.nuttyreading.com/uni-universallinks/__UNI__9788EB5/" - } - }, - "oauth": {} - }, - "splashscreen": { - "iosStyle": "common", - "androidStyle": "default", - "useOriginalMsgbox": true - }, - "ios": { - "dSYMs": false, - // "UIBackgroundModes" : [ "audio" ], // 背景播放音乐 - "capabilities": { - "entitlements": { - "com.apple.developer.associated-domains": ["applinks:verification.nuttyreading.com"] - } - }, - "idfa": false, - "urltypes": "nuttyreading", - "urlschemewhitelist": "everhealth", - "privacyDescription": { - "NSPhotoLibraryUsageDescription": "为了给您提供修改头像的功能", - "NSCameraUsageDescription": "为了给您提供修改头像的功能" - } - }, - "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" - } - } - } - }, - "compilerVersion": 3, - "nvueLaunchMode": "fast", - "splashscreen": { - "alwaysShowBeforeRender": false - }, - "nativePlugins": {}, - "uniStatistics": { - "enable": true - } - }, - // 5+App特有相关 - "quickapp": {}, - // 快应用特有相关 - "mp-weixin": { - "setting": { - "urlCheck": false, - "es6": true, - "postcss": true, - "minified": true - }, - "usingComponents": true, - "appid": "wxd3ba52b7661b36be", - "permission": { - "scope.userLocation": { - "desc": "你的位置信息将用于小程序位置接口的效果展示" - } - }, - "uniStatistics": { - "enable": true - } - }, - "h5": { - "template": "template.h5.html", - "router": { - "mode": "hash", - "base": "/uniappDemo/" - }, - "optimization": { - "treeShaking": { - "enable": true - } - }, - "uniStatistics": { - "enable": true - } - }, - "_spaceID": "mp-3614b80b-2d75-4462-a481-4998f8187274", - "uniStatistics": { - "version": "2", - "enable": true - }, - "mp-alipay": { - "uniStatistics": { - "enable": true - } - }, - "mp-baidu": { - "uniStatistics": { - "enable": true - } - }, - "mp-jd": { - "uniStatistics": { - "enable": true - } - }, - "mp-kuaishou": { - "uniStatistics": { - "enable": true - } - }, - "mp-lark": { - "uniStatistics": { - "enable": true - } - }, - "mp-qq": { - "uniStatistics": { - "enable": true - } - }, - "mp-toutiao": { - "uniStatistics": { - "enable": true - } - }, - "quickapp-webview-huawei": { - "uniStatistics": { - "enable": true - } - }, - "quickapp-webview-union": { - "uniStatistics": { - "enable": true - } - } + "name" : "疯子读书", + "appid" : "__UNI__9788EB5", + "description" : "疯子读书", + "networkTimeout" : { + "request" : 3000 + }, + "transformPx" : false, + "icons" : [ + { + "sizes" : "分辨率,192x192", + "src" : "图片路径" + } + ], + "versionName" : "1.2.44", + "versionCode" : 1244, + "app-plus" : { + "compatible" : { + "ignoreVersion" : true + }, + "privacy" : { + "prompt" : "template", + "template" : { + "title" : "用户协议和隐私政策", + "message" : "请你务必审慎阅读、充分理解“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。
  你可阅读《用户协议》《隐私协议》了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。", + "buttonAccept" : "同意", + "buttonRefuse" : "暂不同意" + } + }, + "modules" : { + "Payment" : {}, + "Share" : {}, + "Camera" : {}, + "VideoPlayer" : {}, + "OAuth" : {} + }, + "distribute" : { + "apple" : { + "devices" : "universal" + }, + // "UIBackgroundModes" : [ "audio" ] + "android" : { + "permissionPhoneState" : { + "request" : "none", + "prompt" : "为保证您正常、安全地使用,需要获取设备识别码(部分手机提示为获取手机号码)使用权限,请允许。" + }, + "permissionExternalStorage" : { + "request" : "none", + "prompt" : "应用保存运行状态等信息,需要获取读写手机存储(系统提示为访问设备上的照片、媒体内容和文件)权限,请允许。" + }, + "permissions" : [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ], + "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ], + "minSdkVersion" : 21, + "targetSdkVersion" : 30, + "schemes" : "nuttyreading" + }, + "sdkConfigs" : { + "ad" : {}, + "maps" : {}, + "share" : { + "weixin" : { + "appid" : "wx47134a8f15083734", + "UniversalLinks" : "https://verification.nuttyreading.com/uni-universallinks/__UNI__9788EB5/" + } + }, + "payment" : { + "alipay" : { + "__platform__" : [ "ios", "android" ] + }, + "appleiap" : {}, + "weixin" : { + "__platform__" : [ "ios", "android" ], + "appid" : "wx47134a8f15083734", + "UniversalLinks" : "https://verification.nuttyreading.com/uni-universallinks/__UNI__9788EB5/" + } + }, + "oauth" : {}, + "push" : {} + }, + "splashscreen" : { + "iosStyle" : "common", + "androidStyle" : "default", + "useOriginalMsgbox" : true + }, + "ios" : { + "dSYMs" : false, + // "UIBackgroundModes" : [ "audio" ], // 背景播放音乐 + "capabilities" : { + "entitlements" : { + "com.apple.developer.associated-domains" : [ "applinks:verification.nuttyreading.com" ] + } + }, + "idfa" : false, + "urltypes" : "nuttyreading", + "urlschemewhitelist" : "everhealth", + "privacyDescription" : { + "NSPhotoLibraryUsageDescription" : "为了给您提供修改头像的功能", + "NSCameraUsageDescription" : "为了给您提供修改头像的功能" + } + }, + "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" + } + } + } + }, + "compilerVersion" : 3, + "nvueLaunchMode" : "fast", + "splashscreen" : { + "alwaysShowBeforeRender" : false + }, + "nativePlugins" : {}, + "uniStatistics" : { + "enable" : true + } + }, + // 5+App特有相关 + "quickapp" : {}, + // 快应用特有相关 + "mp-weixin" : { + "setting" : { + "urlCheck" : false, + "es6" : true, + "postcss" : true, + "minified" : true + }, + "usingComponents" : true, + "appid" : "wxd3ba52b7661b36be", + "permission" : { + "scope.userLocation" : { + "desc" : "你的位置信息将用于小程序位置接口的效果展示" + } + }, + "uniStatistics" : { + "enable" : true + } + }, + "h5" : { + "template" : "template.h5.html", + "router" : { + "mode" : "hash", + "base" : "/uniappDemo/" + }, + "optimization" : { + "treeShaking" : { + "enable" : true + } + }, + "uniStatistics" : { + "enable" : true + } + }, + "_spaceID" : "mp-3614b80b-2d75-4462-a481-4998f8187274", + "uniStatistics" : { + "version" : "2", + "enable" : true + }, + "mp-alipay" : { + "uniStatistics" : { + "enable" : true + } + }, + "mp-baidu" : { + "uniStatistics" : { + "enable" : true + } + }, + "mp-jd" : { + "uniStatistics" : { + "enable" : true + } + }, + "mp-kuaishou" : { + "uniStatistics" : { + "enable" : true + } + }, + "mp-lark" : { + "uniStatistics" : { + "enable" : true + } + }, + "mp-qq" : { + "uniStatistics" : { + "enable" : true + } + }, + "mp-toutiao" : { + "uniStatistics" : { + "enable" : true + } + }, + "quickapp-webview-huawei" : { + "uniStatistics" : { + "enable" : true + } + }, + "quickapp-webview-union" : { + "uniStatistics" : { + "enable" : true + } + } } -// 小程序特有相关 \ No newline at end of file +// 小程序特有相关 + diff --git a/pages/bookShop/commodityDetail.vue b/pages/bookShop/commodityDetail.vue index dd47699..b1da978 100644 --- a/pages/bookShop/commodityDetail.vue +++ b/pages/bookShop/commodityDetail.vue @@ -394,7 +394,7 @@ export default { this.linkCur = index }, // 获取商品关联商品 - getLinkPros(id) { + getLinkPros(id) { this.$http .post('book/shopproduct/getGlProductList', { 'productId': id diff --git a/static/emojis.rar b/static/emojis.rar deleted file mode 100644 index 84d261b..0000000 Binary files a/static/emojis.rar and /dev/null differ diff --git a/static/font/msyh.ttc b/static/font/msyh.ttc deleted file mode 100644 index 37c28de..0000000 Binary files a/static/font/msyh.ttc and /dev/null differ diff --git a/static/font/msyh.ttf b/static/font/msyh.ttf deleted file mode 100644 index 980ec43..0000000 Binary files a/static/font/msyh.ttf and /dev/null differ diff --git a/static/font/msyhbd.ttf b/static/font/msyhbd.ttf deleted file mode 100644 index 7949a5f..0000000 Binary files a/static/font/msyhbd.ttf and /dev/null differ diff --git a/static/font/msyhl.ttf b/static/font/msyhl.ttf deleted file mode 100644 index 448e2ed..0000000 Binary files a/static/font/msyhl.ttf and /dev/null differ diff --git a/static/icon/e_0ban_1.jpg b/static/icon/e_0ban_1.jpg index ae22529..c15b93a 100644 Binary files a/static/icon/e_0ban_1.jpg and b/static/icon/e_0ban_1.jpg differ diff --git a/static/icon/e_0ban_2.jpg b/static/icon/e_0ban_2.jpg index bfeadba..38cb24b 100644 Binary files a/static/icon/e_0ban_2.jpg and b/static/icon/e_0ban_2.jpg differ diff --git a/static/icon/e_0ban_3.jpg b/static/icon/e_0ban_3.jpg index 9b841e5..7240925 100644 Binary files a/static/icon/e_0ban_3.jpg and b/static/icon/e_0ban_3.jpg differ diff --git a/static/icon/home_ban_2.jpg b/static/icon/home_ban_2.jpg index e10b900..5b07431 100644 Binary files a/static/icon/home_ban_2.jpg and b/static/icon/home_ban_2.jpg differ diff --git a/static/icon/home_ban_3.jpg b/static/icon/home_ban_3.jpg index 07de42e..65b82a0 100644 Binary files a/static/icon/home_ban_3.jpg and b/static/icon/home_ban_3.jpg differ diff --git a/static/icon/home_bg.jpg b/static/icon/home_bg.jpg index 6a42334..eae76e3 100644 Binary files a/static/icon/home_bg.jpg and b/static/icon/home_bg.jpg differ diff --git a/static/icon/home_bg1.jpg b/static/icon/home_bg1.jpg index 5aa66aa..7e37909 100644 Binary files a/static/icon/home_bg1.jpg and b/static/icon/home_bg1.jpg differ diff --git a/static/icon/home_icon_1.png b/static/icon/home_icon_1.png index 960978e..f7c18e5 100644 Binary files a/static/icon/home_icon_1.png and b/static/icon/home_icon_1.png differ diff --git a/static/icon/home_icon_2.png b/static/icon/home_icon_2.png index 09d8f47..2d7994a 100644 Binary files a/static/icon/home_icon_2.png and b/static/icon/home_icon_2.png differ diff --git a/static/icon/x1.jpg b/static/icon/x1.jpg deleted file mode 100644 index 5804972..0000000 Binary files a/static/icon/x1.jpg and /dev/null differ diff --git a/static/icon/x2.jpg b/static/icon/x2.jpg deleted file mode 100644 index 052c5a9..0000000 Binary files a/static/icon/x2.jpg and /dev/null differ diff --git a/static/icon/x3.jpg b/static/icon/x3.jpg deleted file mode 100644 index 43733fd..0000000 Binary files a/static/icon/x3.jpg and /dev/null differ diff --git a/static/icon/x4.jpg b/static/icon/x4.jpg deleted file mode 100644 index ebd4d40..0000000 Binary files a/static/icon/x4.jpg and /dev/null differ diff --git a/static/icon/x5.jpg b/static/icon/x5.jpg deleted file mode 100644 index 7a09d76..0000000 Binary files a/static/icon/x5.jpg and /dev/null differ diff --git a/static/music/11582.mp3 b/static/music/11582.mp3 deleted file mode 100644 index 4b19388..0000000 Binary files a/static/music/11582.mp3 and /dev/null differ diff --git a/static/music/1638.mp3 b/static/music/1638.mp3 deleted file mode 100644 index 724df65..0000000 Binary files a/static/music/1638.mp3 and /dev/null differ