提交 c55e51e2 编写于 作者: WodahsOrez's avatar WodahsOrez

add: 支持设备的返回功能 -a2

上级 32404534
...@@ -2,6 +2,7 @@ import { Route } from 'vue-router'; ...@@ -2,6 +2,7 @@ import { Route } from 'vue-router';
import qs from 'qs'; import qs from 'qs';
import { Util } from '@/ibiz-core/utils'; import { Util } from '@/ibiz-core/utils';
import { ThirdPartyService } from '@ibiz-core' import { ThirdPartyService } from '@ibiz-core'
import { AppCapacitorService } from '../app-capacitor-service/app-capacitor-service';
export class ViewTool { export class ViewTool {
/** /**
...@@ -415,7 +416,12 @@ export class ViewTool { ...@@ -415,7 +416,12 @@ export class ViewTool {
* @memberof ViewTool * @memberof ViewTool
*/ */
public ThirdPartyClose() { public ThirdPartyClose() {
if (!ThirdPartyService.getInstance().platform) {
console.log("执行退出");
AppCapacitorService.getInstance().exitApp();
} else {
this.thirdPartyService.close(); this.thirdPartyService.close();
}
} }
/** /**
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册