This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<script setup>
/**
* name:
* user:sa0ChunLuyu
* date:2024年8月7日 20:05:05
*/
import {
ref
} from 'vue'
$response
} from '@/api'
onShow
} from '@dcloudio/uni-app'
const toDev = () => {
uni.navigateTo({
url: '/pages/main/dev/dev'
})
}
</script>
<template>
<view>
Index
<button @click="toDev()">开发测试</button>
<view class="blank_wrapper"></view>
</view>
</template>
<style scoped>
</style>