merchant-app/pages/fw.vue

35 lines
445 B
Vue
Raw Normal View History

2024-10-24 11:10:31 +08:00
<template>
<view>
<img style="width: 100%; height: 4500rpx" src="http://8.155.21.176:9000/yonggong/images/fwxy.jpg"/>
</view>
</template>
<script>
import { getTaskList } from "@/api/employee/task";
import { logout } from '@/api/employee/login'
export default {
data() {
return {
param: {
},
};
},
onLoad: function() {
},
onShow: function() {
},
methods:{
}
}
</script>
<style lang='scss'>
</style>