<script>
import myLoginNew from '@/components/my-login-new/my-login-new.vue';
export default {
inject: ['$http', '$api', '$utils','$userUtils', '$tokenUtils'],
components: {
myLoginNew
},
data() {
return {
imgPath: this.$api.imgPath,//oss图片路径
}
},
onUnload() {
},
onLoad(e) {
},
onShow() {
console.log('onShow '+this.$api.imgPath);
},
onPageScroll(res) {
},
onReachBottom() {
},
methods: {
},
}
</script>