Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
App.vue 606 Bytes
Copy Edit Raw Blame History
Lank authored 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>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化