|
@@ -41,7 +41,7 @@ import { currentUrlToParams } from "@/utils/common.js";
|
|
|
import { Button as vanButton, Overlay as vanOverlay } from "vant";
|
|
|
import "vant/lib/button/style";
|
|
|
import "vant/lib/overlay/style";
|
|
|
-
|
|
|
+// https://apps.apple.com/cn/app/%E6%99%BA%E6%85%A7%E8%9E%8D%E5%AA%92app/id1563693329
|
|
|
export default {
|
|
|
name: "app",
|
|
|
data: function() {
|
|
@@ -57,13 +57,13 @@ export default {
|
|
|
},
|
|
|
url: {
|
|
|
dev: {
|
|
|
- ios: "https://testflight.apple.com/join/idXh3Lwq",
|
|
|
+ ios: "https://apps.apple.com/cn/app/%E6%99%BA%E6%85%A7%E8%9E%8D%E5%AA%92app/id1563693329",
|
|
|
android:
|
|
|
- "https://zhihui-dangjian.oss-cn-chengdu.aliyuncs.com/package/cmpb_dev.apk"
|
|
|
+ "https://zhihui-dangjian.oss-cn-chengdu.aliyuncs.com/package/cmpb_formal.apk"
|
|
|
},
|
|
|
pro: {
|
|
|
ios:
|
|
|
- "itms-apps://itunes.apple.com/app/id1563693329?action=write-review",
|
|
|
+ "https://apps.apple.com/cn/app/%E6%99%BA%E6%85%A7%E8%9E%8D%E5%AA%92app/id1563693329",
|
|
|
android:
|
|
|
"https://zhihui-dangjian.oss-cn-chengdu.aliyuncs.com/package/cmpb.apk"
|
|
|
}
|