提交 655e6225 编写于 作者: DCloud_JSON's avatar DCloud_JSON

去掉配置文件:, —> 结尾的

上级 d1d00425
## 1.0.37(2021-07-14)
去掉配置文件:`uni-starter.config.js``h5` —> `url`结尾的`/`
## 1.0.36(2021-07-14)
剪切板中的邀请码,添加标识性前缀 `uniInvitationCode:`
## 1.0.35(2021-07-12)
......
{
"id": "uni-starter",
"displayName": "uni-starter",
"version": "1.0.36",
"version": "1.0.37",
"description": "云端一体应用快速开发基本项目模版",
"keywords": [
"uni-starter",
......
//这是应用的配置页面,App.vue挂载到getApp().globalData.config
module.exports = {
"h5": {
"url": "https://uni-starter.dcloud.net.cn/", // 前端网页托管的域名
"url": "https://uni-starter.dcloud.net.cn", // 前端网页托管的域名
// 在h5端全局悬浮引导用户下载app的功能 更多自定义要求在/common/openApp.js中修改
"openApp": {
//点击悬浮下载栏后打开的网页链接
......
......@@ -44,9 +44,9 @@
"smsSecret": "短信密钥secret,开通短信服务处可以看到"
},
"univerify": {
"appid": "当前应用的appid,使用云函数URL化,此项必须配置",
"apiKey": "apiKey 和 apiSecret 在开发者中心获取,开发者中心:https://dev.dcloud.net.cn/uniLogin/index?type=0,文档:https://ask.dcloud.net.cn/article/37965",
"apiSecret": ""
"appid": "__UNI__03B096E",
"apiKey": "3fc28519d90d74173bcecf2daf4ffcc4",
"apiSecret": "dd793e5bc4b372ce932f35bbb4c5d61b"
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册