From 64d418f3251852115b9a4d5231972d17afc96047 Mon Sep 17 00:00:00 2001 From: linju-json Date: Fri, 7 May 2021 14:19:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=98=E5=8E=9F=E5=90=AF=E5=8A=A8=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +-------- pages.json | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 53235fb..3b3980e 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ cloudfunctions + `manifest.json` 基础配置 --> 应用版本名称 和 应用版本号 + 更多`uni-upgrade-center`的介绍 [详情](https://uniapp.dcloud.io/uniCloud/upgrade-center) -### 时序介绍 +### 应用启动时序介绍 1. 初始化应用执行appInit 1. 读取baseapp.config并挂载到globalData的config下 2. 读取应用版本号,并存到globalData下。 @@ -101,13 +101,6 @@ cloudfunctions -#### 3. 跨域配置 - -如运行在iOS上,需解决本地页面跨域问题。 - -在uniCloud web 控制台跨域配置里添加:localhost:13131 - -![](https://vkceyugu.cdn.bspapp.com/VKCEYUGU-dc-site/a60dd5c0-614e-11eb-8d54-21c4ca4ce5d7.jpg) #### 5. 真机运行 注意:真机运行需要制作自定义基座,制作后选择运行到自定义基座. diff --git a/pages.json b/pages.json index 8c0477b..9b61270 100644 --- a/pages.json +++ b/pages.json @@ -205,7 +205,7 @@ "path": "pages/ucenter/settings/settings" } ], - "current": 1 + "current": 0 }, "tabBar": { "color": "#7A7E83", -- GitLab