湘妃到家前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

24 lines
404 B

<script>
import plugins from "./plugins/plugins.js"
export default {
onLaunch: function() {
this.$.appContext.app.use(plugins)
this.$store.commit('initConfig')
this.$store.commit('getArea')
},
onShow: function() {
},
onHide: function() {},
methods: {}
}
</script>
<style lang="scss">
/*每个页面公共css */
@import url("uni.css");
body {
font-size: 26rpx;
}
</style>