更新:增加数据迁移功能
This commit is contained in:
@@ -27,7 +27,6 @@
|
|||||||
"type" : "uni-app:app-ios"
|
"type" : "uni-app:app-ios"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"customPlaygroundType" : "local",
|
|
||||||
"playground" : "custom",
|
"playground" : "custom",
|
||||||
"type" : "uni-app:app-android"
|
"type" : "uni-app:app-android"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -797,6 +797,12 @@
|
|||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "确认订单"
|
"navigationBarTitleText": "确认订单"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "pages/mine/migrate/index",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText" : "数据迁移"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -241,6 +241,11 @@
|
|||||||
name: "问题反馈/申诉",
|
name: "问题反馈/申诉",
|
||||||
url: "/pages/user/workOrder",
|
url: "/pages/user/workOrder",
|
||||||
type: "workOrder"
|
type: "workOrder"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "数据迁移",
|
||||||
|
url: "/pages/mine/migrate/index",
|
||||||
|
type: "pageJump"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
//vip
|
//vip
|
||||||
|
|||||||
9031
unpackage/dist/dev/app-plus/app-service.js
vendored
9031
unpackage/dist/dev/app-plus/app-service.js
vendored
File diff suppressed because one or more lines are too long
12035
unpackage/dist/dev/app-plus/app-view.js
vendored
12035
unpackage/dist/dev/app-plus/app-view.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user