|
@@ -57,7 +57,8 @@ export default {
|
|
|
},
|
|
|
url: {
|
|
|
dev: {
|
|
|
- ios: "https://apps.apple.com/cn/app/%E6%99%BA%E6%85%A7%E8%9E%8D%E5%AA%92app/id1563693329",
|
|
|
+ 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_formal.apk"
|
|
|
},
|
|
@@ -82,6 +83,7 @@ export default {
|
|
|
},
|
|
|
mounted() {
|
|
|
this.$pageParams = currentUrlToParams();
|
|
|
+ !this.$pageParams.env && (this.$pageParams.env = "dev");
|
|
|
this.client = {
|
|
|
width:
|
|
|
document.documentElement.clientWidth >= 750
|