feat: 添加 urlType 字段以兼容旧版本微应用配置

This commit is contained in:
kuaifan 2025-12-18 21:06:49 +00:00
parent 353a05f344
commit e8f82baa99

View File

@ -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,