1 Star 6 Fork 2

程序员阿鑫/基于IOS短信接码平台

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.js 615 Bytes
一键复制 编辑 原始数据 按行查看 历史
程序员阿鑫 提交于 7个月前 . 项目第一代版本
import App from './App'
// #ifndef VUE3
import Vue from 'vue'
import './uni.promisify.adaptor'
Vue.config.productionTip = false
import request from 'common/requset'
Vue.prototype.$get = request.get
Vue.prototype.$post = request.post
Vue.prototype.$put = request.put
Vue.prototype.$delete = request.delete
Vue.prototype.$sysName = "亿拍短信助手"
Vue.prototype.$version = "1.0.0_beta"
App.mpType = 'app'
const app = new Vue({
...App
})
app.$mount()
// #endif
// #ifdef VUE3
import { createSSRApp } from 'vue'
export function createApp() {
const app = createSSRApp(App)
return {
app
}
}
// #endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cxyax/ios-message.git
git@gitee.com:cxyax/ios-message.git
cxyax
ios-message
基于IOS短信接码平台
master

搜索帮助