当前位置:网站首页>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
边栏推荐
- There was an error checking the latest version of pip
- 中国芯片独角兽公司
- Several schemes of PHP code encryption
- PHP代码加密+扩展解密实战
- 利用sonar做代码检查
- Battle history between redis and me under billion level traffic
- rsync做文件备份
- 2021-06-24: find the length of the longest non repeating character substring in a string.
- 定时备份数据库脚本
- ZUCC_编译语言原理与编译_大作业
猜你喜欢

JUC个人简单笔记

js中通过key查找和更新对象中指定值的方法
![[micro services ~nacos] Nacos service providers and service consumers](/img/b7/47ecd6979ccfeb270261681d6130be.png)
[micro services ~nacos] Nacos service providers and service consumers

JUC personal simple notes

【微服务~Nacos】Nacos服务提供者和服务消费者

New technology practice, encapsulating the permission application library step by step with the activity results API

Base64编码详解及其变种(解决加号在URL变空格问题)

Send custom events in QT

K8S部署高可用postgresql集群 —— 筑梦之路

Two methods of QT exporting PDF files
随机推荐
DataX User Guide
How to handle the problem that calling easycvr address integration cannot be played through easyplayer player?
Qmenu response in pyqt
Permission model DAC ACL RBAC ABAC
2021-06-25: a batch of strings consisting only of lowercase letters (a~z) are put
Shell basic operators -- relational operators
Pyqt common system events
Fund raising, trading and registration
2021-03-09 comp9021 class 7 Notes
成为IEEE学生会员
提高INSERT速度
Common date formatter and QT method for obtaining current time
Application of tidb in Netease games
The JS macro of WPS implements the separation method of picture text in the same paragraph
Qt源码分析--QObject(2)
QTimer定时器不起作用的原因
"Adobe international certification" Photoshop software, about drawing tutorial?
Opencv实现图像的基本变换
常用日期格式符与Qt获取当前时间的办法
RuntimeError: Missing dependencies:XXX