更新:增加数据迁移功能

This commit is contained in:
2025-12-24 18:34:54 +08:00
parent b4b018f835
commit 5db7c6f9d9
6 changed files with 10959 additions and 10121 deletions

View File

@@ -27,7 +27,6 @@
"type" : "uni-app:app-ios"
},
{
"customPlaygroundType" : "local",
"playground" : "custom",
"type" : "uni-app:app-android"
},

View File

@@ -797,6 +797,12 @@
"style": {
"navigationBarTitleText": "确认订单"
}
},
{
"path": "pages/mine/migrate/index",
"style": {
"navigationBarTitleText" : "数据迁移"
}
}
],

View File

@@ -241,6 +241,11 @@
name: "问题反馈/申诉",
url: "/pages/user/workOrder",
type: "workOrder"
},
{
name: "数据迁移",
url: "/pages/mine/migrate/index",
type: "pageJump"
}
],
//vip

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long