diff --git a/.gitignore b/.gitignore
index 06614901326ab21248c5d667a6b44ee5a345f431..269295a6105bf7c8a7197f19c64d66cb0d317372 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,4 @@
unpackage/
.hbuilderx
node_modules
-.DS_Store
-uni_modules/uni-config-center/uniCloud/cloudfunctions/common/uni-config-center/uni-id/config.json
-manifest.json
\ No newline at end of file
+.DS_Store
\ No newline at end of file
diff --git a/App.vue b/App.vue
index e831ddb935b19ee622ee806cf46077a2fd262e34..313eae1ee8bdab4a4591034dbf58e20b3aefd5af 100644
--- a/App.vue
+++ b/App.vue
@@ -9,9 +9,7 @@
},
onLaunch: function() {
console.log('App Launch')
-
initApp();
-
// #ifdef APP-PLUS
//checkIsAgree(); 暂时先用默认生成的,自定义的等待原生支持后实现。因为启动vue界面时已经,请求了部分权限这并不符合国家的法规
// #endif
diff --git a/changelog.md b/changelog.md
index 6d6ac858ca7d84bac06cb92afa2dfb0f6f7f7b61..d49fd6ea44b89c5137ac8ee2d4ccc3f025f573b2 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,8 @@
+## 1.0.4(2021-05-19)
+12
+## 1.0.3(2021-05-18)
+重大调整,原云函数名称:user-center改名叫uni-id-cf
+修复,绑定手机号码场景。因手机未插SIM导致的一键登录失败后未直接跳到获取短信验证码方式绑定
## 1.0.2(2021-05-17)
添加 uni-config-center/uniCloud/cloudfunctions/common/uni-config-center/uni-id/config.json 文件
## 1.0.1(2021-05-17)
diff --git a/manifest.json b/manifest.json
index 417239f84807843debb73548c0add3ae80342194..277967fdebcbbdc81ffde861dbf2727fafc8e7b9 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,117 +1 @@
-{
- "name" : "uni-starter",
- "appid" : "",
- "description" : "集成了商用项目开发常见功能的项目模板",
- "versionName" : "1.0.0",
- "versionCode" : "100",
- "transformPx" : false,
- /* 5+App特有相关 */
- "app-plus" : {
- "privacy" : {
- "prompt" : "template",
- "template" : {
- "title" : "服务协议和隐私政策",
- "message" : " 请你务必审慎阅读、充分理解“服务协议”和“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。
你可阅读《服务协议》和《隐私政策》了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。",
- "buttonAccept" : "同意",
- "buttonRefuse" : "暂不同意"
- }
- },
- "compatible" : {
- "ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持
- },
- "usingComponents" : true,
- "nvueStyleCompiler" : "uni-app",
- "compilerVersion" : 3,
- "splashscreen" : {
- "alwaysShowBeforeRender" : true,
- "waiting" : true,
- "autoclose" : true,
- "delay" : 0
- },
- /* 模块配置 */
- "modules" : {
- "Fingerprint" : {},
- "Share" : {},
- "Push" : {},
- "OAuth" : {}
- },
- /* 应用发布信息 */
- "distribute" : {
- /* android打包配置 */
- "android" : {
- // "permissionExternalStorage" : {
- // "request" : "none",
- // "prompt" : "应用保存运行状态等信息,需要获取读写手机存储(系统提示为访问设备上的照片、媒体内容和文件)权限,请允许。"
- // },
- // "permissionPhoneState" : {
- // "request" : "none",
- // "prompt" : "为保证您正常、安全地使用,需要获取设备识别码(部分手机提示为获取手机号码)使用权限,请允许。"
- // },
- "permissions" : [
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- ""
- ],
- "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ]
- },
- /* ios打包配置 */
- "ios" : {},
- /* SDK配置 */
- "sdkConfigs" : {
- "oauth" : {
- "univerify" : {},
- "apple" : {}
- },
- "ad" : {},
- "share" : {},
- "geolocation" : {},
- "push" : {
- "unipush" : {}
- },
- "payment" : {}
- }
- },
- "nvueLaunchMode" : ""
- },
- /* 快应用特有相关 */
- "quickapp" : {},
- /* 小程序特有相关 */
- "mp-weixin" : {
- "appid" : "",
- "setting" : {
- "urlCheck" : false,
- "es6" : false
- },
- "usingComponents" : true,
- "betterScopedSlots" : true
- },
- "mp-alipay" : {
- "usingComponents" : true
- },
- "mp-baidu" : {
- "usingComponents" : true
- },
- "mp-toutiao" : {
- "usingComponents" : true
- },
- "uniStatistics" : {
- "enable" : false
- },
- "h5" : {
- "template" : ""
- }
-}
+{"name":"uni-starter","appid":"","description":"集成了商用项目开发常见功能的项目模板","versionName":"1.0.0","versionCode":"100","transformPx":false,"app-plus":{"privacy":{"prompt":"template","template":{"title":"服务协议和隐私政策","message":" 请你务必审慎阅读、充分理解“服务协议”和“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。
你可阅读《服务协议》和《隐私政策》了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。","buttonAccept":"同意","buttonRefuse":"暂不同意"}},"compatible":{"ignoreVersion":true},"usingComponents":true,"nvueStyleCompiler":"uni-app","compilerVersion":3,"splashscreen":{"alwaysShowBeforeRender":true,"waiting":true,"autoclose":true,"delay":0},"modules":{"Fingerprint":{},"Share":{},"Push":{},"OAuth":{}},"distribute":{"android":{"permissions":["","","","","","","","","","","","","","","","",""],"abiFilters":["armeabi-v7a","arm64-v8a","x86"]},"ios":{},"sdkConfigs":{"oauth":{"univerify":{},"apple":{}},"ad":{},"share":{},"geolocation":{},"push":{"unipush":{}},"payment":{}}},"nvueLaunchMode":""},"quickapp":{},"mp-weixin":{"appid":"","setting":{"urlCheck":false,"es6":false},"usingComponents":true,"betterScopedSlots":true},"mp-alipay":{"usingComponents":true},"mp-baidu":{"usingComponents":true},"mp-toutiao":{"usingComponents":true},"uniStatistics":{"enable":false},"h5":{"template":""}}
\ No newline at end of file
diff --git a/package.json b/package.json
index f696263ae0976f730209c96a7c20d6c8a1cf4da4..2f20cae760bdbe31743a28a04c4c9510f6f3cdd3 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"id": "uni-starter",
"displayName": "uni-starter",
- "version": "1.0.2",
+ "version": "1.0.4",
"description": "一个集成了商用项目开发常见功能的项目模板",
"keywords": [
"uni-starter",
diff --git a/pages.json b/pages.json
index 919c9ecad17e8186dfe458472fc78300b9193da6..109004046c2c2441fd8a0561c361d60ca207fe54 100644
--- a/pages.json
+++ b/pages.json
@@ -178,7 +178,7 @@
"path": "pages/ucenter/settings/settings"
}
],
- "current": 1
+ "current": 0
},
"tabBar": {
"color": "#7A7E83",
diff --git a/uni_modules/uni-config-center/uniCloud/cloudfunctions/common/uni-config-center/package.json b/uni_modules/uni-config-center/uniCloud/cloudfunctions/common/uni-config-center/package.json
index 300e8373299bfbe8a6d517a4d33471cd3240181b..a05fe9041d16564e60f4ce6003d4413ea4d0a306 100644
--- a/uni_modules/uni-config-center/uniCloud/cloudfunctions/common/uni-config-center/package.json
+++ b/uni_modules/uni-config-center/uniCloud/cloudfunctions/common/uni-config-center/package.json
@@ -1,9 +1,10 @@
{
- "name": "uni-config-center",
- "version": "0.0.2",
- "description": "配置中心",
- "main": "index.js",
- "keywords": [],
- "author": "DCloud",
- "license": "Apache-2.0"
-}
\ No newline at end of file
+ "name" : "uni-config-center",
+ "version" : "0.0.2",
+ "description" : "配置中心",
+ "main" : "index.js",
+ "keywords" : [],
+ "author" : "DCloud",
+ "license" : "Apache-2.0",
+ "dependencies" : null
+}
diff --git a/uni_modules/uni-config-center/uniCloud/cloudfunctions/common/uni-config-center/uni-id/config.json b/uni_modules/uni-config-center/uniCloud/cloudfunctions/common/uni-config-center/uni-id/config.json
index 5a1f9f143b92fa6b46e969b478506c5c22203411..fce981e3cf95713b3b51deb2e533b6c741a4f29d 100644
--- a/uni_modules/uni-config-center/uniCloud/cloudfunctions/common/uni-config-center/uni-id/config.json
+++ b/uni_modules/uni-config-center/uniCloud/cloudfunctions/common/uni-config-center/uni-id/config.json
@@ -31,8 +31,8 @@
"mp-alipay": {
"oauth": {
"alipay": {
- "appid": "alipay appid",
- "privateKey": "alipay privateKey"
+ "appid": "",
+ "privateKey": ""
}
}
},