<script> import Vue from 'vue';
export default { onLaunch: function() {
// uni.request({ // url: '/uni/api/application/is_login', // type:'get', // success: (res) => { // Vue.prototype.$isLogin = res.data.data; // } // });
} } </script>
<style>
@import './static/iconfont.css'; .uni-input-input { overflow: hidden; text-overflow: ellipsis; }
</style>