Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
梦想橡皮擦
uni-starter
提交
5cedc575
U
uni-starter
项目概览
梦想橡皮擦
/
uni-starter
与 Fork 源项目一致
Fork自
DCloud / uni-starter
通知
1
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
uni-starter
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
5cedc575
编写于
5月 12, 2021
作者:
DCloud_JSON
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
完善文档关于短信模板id的配置
上级
0000e511
变更
6
隐藏空白更改
内联
并排
Showing
6 changed file
with
13 addition
and
38 deletion
+13
-38
.gitignore
.gitignore
+3
-1
README.md
README.md
+8
-2
pages.json
pages.json
+0
-18
uniCloud-aliyun/cloudfunctions/test/index.js
uniCloud-aliyun/cloudfunctions/test/index.js
+0
-8
uniCloud-aliyun/cloudfunctions/user-center/index.js
uniCloud-aliyun/cloudfunctions/user-center/index.js
+2
-1
uni_modules/uni-feedback/uniCloud/cloudfunctions/test2/index.js
...dules/uni-feedback/uniCloud/cloudfunctions/test2/index.js
+0
-8
未找到文件。
.gitignore
浏览文件 @
5cedc575
...
...
@@ -2,5 +2,7 @@ unpackage/
.hbuilderx
node_modules
.DS_Store
uni_modules/uni-config-center/uniCloud/cloudfunctions/common/uni-config-center/uni-id/config.json
pages/grid/banner.json
pages/list/list.json
\ No newline at end of file
pages/list/list.json
manifest.json
\ No newline at end of file
README.md
浏览文件 @
5cedc575
...
...
@@ -102,9 +102,15 @@ img{
-
生效策略:未列举到的或设备环境不支持的登录方式将被隐藏。
-
配置:
+
服务端:uni-starter服务端使用
[
uni-config-center
](
https://ext.dcloud.net.cn/plugin?id=4425
)
统一管理这些配置,
详情下文
[
目录结构
](
#id=catalogu
e
)
+
服务端:uni-starter服务端使用
[
uni-config-center
](
https://ext.dcloud.net.cn/plugin?id=4425
)
统一管理这些配置,
文件路径
`/uni_modules/uni-config-center/uniCloud/cloudfunctions/common/uni-config-center/uni-id/config.json`
详情下文
[
目录结构
](
#id=catalogue
)
[
配置说明
]
(https://uniapp.dcloud.io/uniCloud/uni-id?id=configjson%e7%9a%84%e8%af%b4%e6%98%8
e)
+
应用模块:
`manifest.json`
App模块配置 --> OAuth(登录鉴权)--> 勾选并配置你所需要的模块
-
短信登陆:
+
使用本功能需要在
[
DCloud开发者中心
](
https://dev.dcloud.net.cn/uniSms
)
开通并充值
+
教程参考
[
短信服务开通指南
](
https://ask.dcloud.net.cn/article/37534
)
+
修改短信注册/登陆发生验证码的模板id,在文件
`/uniCloud-aliyun/cloudfunctions/user-center/index.js`
搜索
`const templateId = '11753'`
替换为自己申请的模板id
-
一键登录:
+
[
开通配置
](
https://dev.dcloud.net.cn/uniLogin
)
+
[
使用指南
](
https://uniapp.dcloud.io/univerify
)
#### 3.h5版在页面顶部引导用户`点击下载App`
-
把h5端用户引流到APP端是一个非常常用的功能,相对于h5,APP端有更高的用户留存和更好的产品体验。
-
这同时也是一个演示开发者如何在h5端做全局悬浮块的例子。你可以在
`/common/openApp.js`
中修改他的样式等代码等,注意他只支持普通js语法。
...
...
pages.json
浏览文件 @
5cedc575
...
...
@@ -81,24 +81,6 @@
}
},
//
{
//
"path"
:
"pages/ucenter/agree-list/agree-list"
,
//
"style"
:
{
//
"navigationBarTitleText"
:
"政策与协议"
//
}
//
},
{
//
"path"
:
"pages/ucenter/agree-list/privacy/privacy"
,
//
"style"
:
{
//
"navigationBarTitleText"
:
"隐私政策"
//
}
//
},
{
//
"path"
:
"pages/ucenter/agree-list/service/service"
,
//
"style"
:
{
//
"navigationBarTitleText"
:
"服务协议"
//
}
//
},
{
"path"
:
"uni_modules/uni-upgrade-center-app/pages/upgrade-popup"
,
"style"
:
{
...
...
uniCloud-aliyun/cloudfunctions/test/index.js
已删除
100644 → 0
浏览文件 @
0000e511
'
use strict
'
;
exports
.
main
=
async
(
event
,
context
)
=>
{
//event为客户端上传的参数
//返回数据给客户端
return
uniCloud
.
database
().
collection
(
'
opendb-news-articles
'
).
field
({
'
_id
'
:
false
}).
get
()
};
uniCloud-aliyun/cloudfunctions/user-center/index.js
浏览文件 @
5cedc575
...
...
@@ -200,7 +200,8 @@ exports.main = async (event, context) => {
res
=
await
uniID
.
logout
(
event
.
uniIdToken
)
break
;
case
'
sendSmsCode
'
:
// 测试期间短信统一用 123456 正式项目删除即可
return
uniID
.
setVerifyCode
({
mobile
:
params
.
mobile
,
code
:
'
123456
'
,
...
...
uni_modules/uni-feedback/uniCloud/cloudfunctions/test2/index.js
已删除
100644 → 0
浏览文件 @
0000e511
'
use strict
'
;
exports
.
main
=
async
(
event
,
context
)
=>
{
//event为客户端上传的参数
console
.
log
(
'
event :
'
,
event
)
//返回数据给客户端
return
event
};
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录