|
@@ -92,14 +92,8 @@ export default {
|
|
if (status) {
|
|
if (status) {
|
|
// type 类型:1-h5 2-小程序
|
|
// type 类型:1-h5 2-小程序
|
|
const { type, url } = data
|
|
const { type, url } = data
|
|
- let pagePath = data.page_path
|
|
|
|
this.accountId = data.app_id
|
|
this.accountId = data.app_id
|
|
- if (pagePath.indexOf('.html?') === -1) {
|
|
|
|
- pagePath = pagePath.replace('?', '.html?')
|
|
|
|
- } else if (pagePath.indexOf('?') === -1) {
|
|
|
|
- pagePath += '.html'
|
|
|
|
- }
|
|
|
|
- this.appPath = pagePath
|
|
|
|
|
|
+ this.appPath = data.page_path
|
|
if (type === 2 && isSupportJumpWXmini()) {
|
|
if (type === 2 && isSupportJumpWXmini()) {
|
|
this.showFlag = true
|
|
this.showFlag = true
|
|
} else {
|
|
} else {
|