mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-23 19:32:35 +00:00
feat: 添加 urlType 字段以兼容旧版本微应用配置
This commit is contained in:
parent
353a05f344
commit
e8f82baa99
@ -236,6 +236,7 @@ export default {
|
|||||||
name: app.name,
|
name: app.name,
|
||||||
url: app.url,
|
url: app.url,
|
||||||
type: app.type,
|
type: app.type,
|
||||||
|
urlType: app.type, // 兼容旧版本
|
||||||
|
|
||||||
userId: this.userId,
|
userId: this.userId,
|
||||||
userToken: this.userToken,
|
userToken: this.userToken,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user