mirror of
https://github.com/jeecgboot/jeecg-uniapp.git
synced 2025-10-14 14:20:24 +00:00
更新代码
This commit is contained in:
@@ -33,6 +33,7 @@ JEECG BOOT APP 移动解决方案,采用uniapp框架,一份代码解决多
|
||||
│ ├─APP开发框架搭建
|
||||
│ ├─登录对接
|
||||
│ ├─TOKEN接口机制
|
||||
│ ├─热更新\覆盖更新
|
||||
├─基础功能
|
||||
│ ├─菜单栏目
|
||||
│ ├─登录页面
|
||||
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user