1 Star 0 Fork 52

月夜归醉o / 微信宿舍报修助手小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.js 842 Bytes
一键复制 编辑 原始数据 按行查看 历史
aYuan 提交于 2023-04-07 14:31 . 整理注册页面
import App from './App'
// #ifndef VUE3
import Vue from 'vue'
import store from './store'
import { http } from '@/service/index.js'
import { moment } from './utils/moment.js'
import uView from 'uni_modules/uview-ui'
Vue.use(uView)
Vue.prototype.$http = http
Vue.prototype.$moment = moment
Vue.prototype.$windowHeight = uni.getSystemInfoSync().windowHeight
Vue.prototype.$windowWidth = uni.getSystemInfoSync().windowWidth
Vue.prototype.gradient = {
colorA: "#04dae8",
colorB: "#4958dd",
colorRotation: 45,
colorWidthOne: 0,
colorWidthTow: 100,
gradientType: "linear"
}
Vue.config.productionTip = false
App.mpType = 'app'
const app = new Vue({
store,
...App
})
app.$mount()
// #endif
// #ifdef VUE3
import { createSSRApp } from 'vue'
export function createApp() {
const app = createSSRApp(App)
return {
app
}
}
// #endif
微信
1
https://gitee.com/brozer/wechat-dorm-miniprogram.git
git@gitee.com:brozer/wechat-dorm-miniprogram.git
brozer
wechat-dorm-miniprogram
微信宿舍报修助手小程序
uniapp

搜索帮助

53164aa7 5694891 3bd8fe86 5694891