1 Star 0 Fork 0

橘猫/预医微信小程序

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
main.js 494 Bytes
Copy Edit Raw Blame History
橘猫 authored 2023-12-13 11:10 . 初始化微信小程序
import App from './App'
import store from './store'
// import monitor from './api/alipayLogger.js'
// #ifndef VUE3
import Vue from 'vue'
Vue.config.productionTip = false
App.mpType = 'app'
const app = new Vue({
...App,
store
})
app.$mount()
// #endif
import uView from '@/uni_modules/uview-ui'
// Vue.use(uView)
// uni.$u.config.unit = 'rpx'
// #ifdef VUE3
import { createSSRApp } from 'vue'
export function createApp() {
const app = createSSRApp(App)
return {
app
}
}
// #endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mengxianglon/yuyi.git
git@gitee.com:mengxianglon/yuyi.git
mengxianglon
yuyi
预医微信小程序
本地开发分支

Search