App.vue 453 字节
Newer Older
Q
Qiqy17 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<script>
	export default {
		globalData: {
			userInfo: null,
			tabBar: [],
			homePage: '/pages/login',
			pages: ['/pages/login', '/pages/register', '/pages/guide_page1', '/pages/index', '/pages/recommend', '/pages/shopping_trolley', '/pages/my', '/pages/product_details1', '/pages/product_details2', '/pages/messages']
		}
	};
</script>
<style lang="scss">
	
	@import 'common/diygw-ui/iconfont.scss';
	@import 'common/diygw-ui/index.scss';
</style>