🎨 完善订单页和用户页
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
<script setup>
|
||||
import { ref } from 'vue'
|
||||
import { routerName } from '@/plugin/customerservice/api/api.js'
|
||||
|
||||
|
||||
const data = ref({})
|
||||
|
||||
@@ -14,12 +14,7 @@ defineOptions({
|
||||
name: 'CustomerService'
|
||||
})
|
||||
|
||||
const useApi = async() =>{
|
||||
const res = await routerName(data.value)
|
||||
if(res.code === 0){
|
||||
console.log(res.data)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user