当前位置:网站首页>Background management of uniapp hot update
Background management of uniapp hot update
2022-06-24 08:42:00 【diangedan】
1 establish uni-admin project

2 Right click on the uniCloud-[ Alibaba cloud : Cloud service space is not associated ]


3 Run to the Chrome browser , Create administrator

Use HBuilderX Import plug-ins to uniCloud admin
find
/uni_modules/uni-upgrade-center/uniCloud/cloudfunctions/upgrade-center, Right click to upload deploymentfind
/uni_modules/uni-upgrade-center/uniCloud/database/db_init.json, Right click to initialize the database
3. stay pages.json Add page path to
// This structure is similar to uniCloud admin Medium pages.json The structure is consistent
"pages": [
// Cover unicloud admin Of pages
{
"path": "uni_modules/uni-upgrade-center/pages/version/list",
"style": {
"navigationBarTitleText": " Version list "
}
}, {
"path": "uni_modules/uni-upgrade-center/pages/version/add",
"style": {
"navigationBarTitleText": " New release "
}
}, {
"path": "uni_modules/uni-upgrade-center/pages/version/detail",
"style": {
"navigationBarTitleText": " View version information "
}
}
] 4. stay manifest.json -> Source view Add the following configuration
"networkTimeout":{
"uploadFile":1200000 //ms, If you don't configure , Uploading large files may time out
}Run the project to Chrome
边栏推荐
- 深度学习与神经网络:最值得关注的6大趋势
- ZUCC_ Principles of compiling language and compilation_ Experiment 08 parsing LR parsing
- 成为IEEE学生会员
- Cloudbase database migration scheme
- Vscode install the remote -wsl plug-in to connect to the local WSL
- The JS macro of WPS implements the separation method of picture text in the same paragraph
- ZUCC_编译语言原理与编译_实验06 07 语法分析 LL 分析
- AUTO PWN
- 数据平台简介
- Fundamentals of 3D mathematics [17] inverse square theorem
猜你喜欢

Qt导出PDF文件的两种方法

Redis的Cluster集群数据倾斜

pymysql 向MySQL 插入数据无故报错

分布式 | 如何与 DBLE 进行“秘密通话”

ZUCC_ Principles of compiling language and compilation_ Experiment 01 language analysis and introduction

2021-03-16 comp9021 class 9 notes
![[explain the difference between operation and maintenance and network engineering]](/img/2b/945f468588e729336e2e973e777623.jpg)
[explain the difference between operation and maintenance and network engineering]

ZUCC_ Principles of compiling language and compilation_ Experiment 02 fsharp Ocaml language

Markdown to realize text link jump

中国芯片独角兽公司
随机推荐
ZUCC_ Principles of compiling language and compilation_ Experiment 03 getting started with compiler
Ordinary token
liunx服务器 telnet 带用户名 端口登陆方法
Increase insert speed
2021-06-25: a batch of strings consisting only of lowercase letters (a~z) are put
How to handle the problem that calling easycvr address integration cannot be played through easyplayer player?
2022春招面试总结
[untitled]
利用ngrok做内网穿透
orb slam build bug: undefined reference to symbol ‘_ZN5boost6system15system_categoryEv‘
String to Base64
ZUCC_编译语言原理与编译_实验08 语法分析 LR 分析
Glusterfs replacement failure brick
Rescue system -- the application of read-write separation
[explain the difference between operation and maintenance and network engineering]
win11在cmder中使用vim查看内容的时候空白
Qmenu response in pyqt
mysql组合索引的有序性
QTimer定时器不起作用的原因
[micro services ~nacos] Nacos service providers and service consumers