diff --git a/config/baseUrl.js b/config/baseUrl.js index 46bddf3..f725c58 100644 --- a/config/baseUrl.js +++ b/config/baseUrl.js @@ -2,8 +2,8 @@ let baseUrl = ""; let socketUrl = ""; if (process.env.NODE_ENV === 'development') { // 开发环境 - // baseUrl = "http://192.168.110.100:9200/pb/"; // 张川川 - baseUrl = "https://api.nuttyreading.com/"; //线上正式 + baseUrl = "http://192.168.110.100:9200/pb/"; // 张川川 + // baseUrl = "https://api.nuttyreading.com/"; //线上正式 } else if (process.env.NODE_ENV === 'production') { // baseUrl = "http://192.168.110.100:9200/pb/"; // 张川川 baseUrl = "https://api.nuttyreading.com/"; //线上正式 diff --git a/manifest.json b/manifest.json index e6ad84b..24653c0 100644 --- a/manifest.json +++ b/manifest.json @@ -2,13 +2,16 @@ "name" : "心灵空间", "appid" : "__UNI__BBBDFD2", "description" : "心灵空间", - "versionName" : "1.0.42", + "versionName" : "1.0.43", "sassImplementationName" : "node-sass", - "versionCode" : 1042, + "versionCode" : 1043, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { "usingComponents" : true, + "compatible" : { + "ignoreVersion" : true + }, "nvueStyleCompiler" : "uni-app", "compilerVersion" : 3, "splashscreen" : { diff --git a/pages/vip/index.vue b/pages/vip/index.vue index 0af4d0c..7c2837a 100644 --- a/pages/vip/index.vue +++ b/pages/vip/index.vue @@ -21,8 +21,8 @@ 一年{{item.originalPrice||0}} - 去办理 - 去续费 + 去办理 + 去续费 超级VIP价格: diff --git a/unpackage/debug/.roid.ins b/unpackage/debug/.roid.ins new file mode 100644 index 0000000..3b526db --- /dev/null +++ b/unpackage/debug/.roid.ins @@ -0,0 +1 @@ +forceInstall \ No newline at end of file diff --git a/unpackage/debug/android_debug.apk b/unpackage/debug/android_debug.apk new file mode 100644 index 0000000..37bfbc5 Binary files /dev/null and b/unpackage/debug/android_debug.apk differ diff --git a/unpackage/debug/iOS_debug.ipa b/unpackage/debug/iOS_debug.ipa new file mode 100644 index 0000000..dd66617 Binary files /dev/null and b/unpackage/debug/iOS_debug.ipa differ