1 Star 1 Fork 4

zhuzaijiushiwo / ③基于uniapp和springboot的外卖平台 买家前台

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
App.vue 619 Bytes
一键复制 编辑 原始数据 按行查看 历史
1454345019 提交于 2020-11-18 19:02 . 买家前端
<script>
export default {
globalData: {
http: 'http:192.168.137.1:8080'
// http: 'http:127.0.0.1:8080'
},
allorder:[],
firstlogin:"false",
firstin:"true",
submitorder:"false",
// allorder:[],
onLaunch: function() {
console.log('App Launch')
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
}
}
</script>
<style>
@import url("common/iconfont-colorful.css");
@import url("common/animate.css");
/*每个页面公共css */
html,body,#app{
height: 100%;
width: 100%;
}
</style>
1
https://gitee.com/zhuzaijiushiwo/clientHtml.git
git@gitee.com:zhuzaijiushiwo/clientHtml.git
zhuzaijiushiwo
clientHtml
③基于uniapp和springboot的外卖平台 买家前台
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891