44 Star 351 Fork 212

microapp / linjiashop-uniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
App.vue 580 Bytes
一键复制 编辑 原始数据 按行查看 历史
<script>
export default {
// 此处globalData为了演示其作用,不是uView框架的一部分
globalData: {
username: ''
},
onLaunch() {
// 1.1.0版本之前关于http拦截器代码,已平滑移动到/common/http.interceptor.js中
// 注意,需要在/main.js中实例化Vue之后引入如下(详见文档说明):
// import httpInterceptor from '@/common/http.interceptor.js'
// Vue.use(httpInterceptor, app)
},
}
</script>
<style lang="scss">
@import "uview-ui/index.scss";
@import "common/demo.scss";
/*每个页面公共css */
</style>
1
https://gitee.com/microapp/linjiashop-uniapp.git
git@gitee.com:microapp/linjiashop-uniapp.git
microapp
linjiashop-uniapp
linjiashop-uniapp
master

搜索帮助