|
|
@@ -50,10 +50,11 @@
|
|
|
// 应用宝:https://sj.qq.com/myapp/detail.htm?apkName=com.proginn
|
|
|
// iOS:https://apps.apple.com/cn/app/id979914687
|
|
|
if (!this.$deviceType.app) {
|
|
|
- let url = this.$deviceType.ios ?
|
|
|
- "https://apps.apple.com/cn/app/id979914687" :
|
|
|
- "https://sj.qq.com/myapp/detail.htm?apkName=com.proginn"
|
|
|
- location.href = url
|
|
|
+ // let url = this.$deviceType.ios ?
|
|
|
+ // "https://apps.apple.com/cn/app/id979914687" :
|
|
|
+ // "https://sj.qq.com/myapp/detail.htm?apkName=com.proginn"
|
|
|
+
|
|
|
+ location.href = "https://www.proginn.com/index/app"
|
|
|
return true
|
|
|
}
|
|
|
return false
|