123456789101112131415161718192021222324252627 |
- <template>
- <view class="hflex acenter jbetween">
- <view class="hflex acenter">
- <image src="@/static/logo.png" mode="aspectFill" class="icon"></image>
- </view>
- </view>
- </template>
- <script>
- import $api from '@/static/js/api.js'
- export default {
- props: {
-
- },
- data() {
- return{
-
- }
- },
- methods: {
-
- }
- }
- </script>
- <style lang="scss" scoped>
- </style>
|