更新代码

This commit is contained in:
zhangdaiscott
2020-06-08 15:11:20 +08:00
parent 8e3f1b294a
commit 6802c39631
2 changed files with 2 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ JEECG BOOT APP 移动解决方案采用uniapp框架一份代码解决多
│ ├─APP开发框架搭建
│ ├─登录对接
│ ├─TOKEN接口机制
│ ├─热更新\覆盖更新
├─基础功能
│ ├─菜单栏目
│ ├─登录页面

View File

@@ -2,7 +2,7 @@
export default function appUpdate() {
uni.request({
url: 'http://app.myhjdc.cn/update.json', //检查更新的服务器地址
url: 'http://app.jeecg.com/update.json', //检查更新的服务器地址
data: {
appid: plus.runtime.appid,
version: plus.runtime.version,