1 Star 0 Fork 105

ideathink / DT固定资产设备管理系统移动端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
App.vue 606 Bytes
一键复制 编辑 原始数据 按行查看 历史
Lank 提交于 2020-12-08 17:03 . 常规更新
<script>
export default {
// 此处globalData为了演示其作用,不是uView框架的一部分
globalData: {
_token:"",
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 "static/css/app.scss";
/*每个页面公共css */
</style>
HTML
1
https://gitee.com/ideathink/zcdevmgrmobile.git
git@gitee.com:ideathink/zcdevmgrmobile.git
ideathink
zcdevmgrmobile
DT固定资产设备管理系统移动端
master

搜索帮助