6 Star 0 Fork 0

善泽四方 / Sincerely Roll call back

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.js 812 Bytes
一键复制 编辑 原始数据 按行查看 历史
徐千龙 提交于 2020-12-18 17:44 . Initial Commit
//app.js
App({
onLaunch: function () {
if (!wx.cloud) {
console.error('请使用 2.2.3 或以上的基础库以使用云能力')
} else {
wx.cloud.init({
// env 参数说明:
// env 参数决定接下来小程序发起的云开发调用(wx.cloud.xxx)会默认请求到哪个云环境的资源
// 此处请填入环境 ID, 环境 ID 可打开云控制台查看
// 如不填则使用默认环境(第一个创建的环境)
// env: 'my-env-id',
traceUser: true,
})
}
this.globalData = {}
},
globalData:{
indexstudenturl:"pages/student/indexstudent",
studenturl:"pages/student/student",
indexteacherurl:"pages/teacher/indexteacher",
teacherurl:"pages/teacher/teacher",
pathurl:""
}
})
JavaScript
1
https://gitee.com/W32ZE/sincerely-roll-call-back.git
git@gitee.com:W32ZE/sincerely-roll-call-back.git
W32ZE
sincerely-roll-call-back
Sincerely Roll call back
master

搜索帮助