fix: 扫一扫
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 50s

This commit is contained in:
sexygoat
2026-04-17 16:45:45 +08:00
parent 0ada36a778
commit 372e22f4b7
3 changed files with 2 additions and 13 deletions

12
main.js
View File

@@ -1,18 +1,6 @@
import App from './App'
import uviewPlus from 'uview-plus'
function loadScript(src) {
return new Promise((resolve, reject) => {
const script = document.createElement('script')
script.onload = () => resolve()
script.onerror = reject
script.src = src
document.head.appendChild(script)
})
}
loadScript('./node_modules/jweixin-module/lib/index.js')
// #ifndef VUE3
import Vue from 'vue'
import './uni.promisify.adaptor'