1 Star 0 Fork 171

sunmjian/出入人员登记系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.js 314 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhetengbiji 提交于 2020-02-01 20:28 +08:00 . 初步对接人员列表
import Vue from 'vue'
import App from './App'
Vue.config.productionTip = false
App.mpType = 'app'
// 以下填写成自己测试云空间的 spaceId clientSecret
Vue.prototype.$cloud = uniCloud.init({
provider: 'aliyun',
spaceId: '',
clientSecret: ''
})
const app = new Vue({
...App
})
app.$mount()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/sunmjian/xinguan2020-alien-registration.git
git@gitee.com:sunmjian/xinguan2020-alien-registration.git
sunmjian
xinguan2020-alien-registration
出入人员登记系统
master

搜索帮助