1 Star 0 Fork 18

从零开始/校园云打印系统微信小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.js 372 Bytes
一键复制 编辑 原始数据 按行查看 历史
蔡佳煌 提交于 2022-04-29 12:19 . 4/29
import Vue from 'vue'
import App from './App'
import http from '@/utils/http.js'
import uView from "@/uni_modules/uview-ui";
Vue.use(uView);
Vue.prototype.$http=http
Vue.prototype.$timeStamp = function(val) {
let times = Math.round(new Date(val) / 1000)
return times
}
Vue.config.productionTip = false
App.mpType = 'app'
const app = new Vue({
...App
})
app.$mount()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liangkunle/cloud-printing-weixin.git
git@gitee.com:liangkunle/cloud-printing-weixin.git
liangkunle
cloud-printing-weixin
校园云打印系统微信小程序
master

搜索帮助