增加公共请求方法配置

This commit is contained in:
2025-01-06 13:44:57 +08:00
parent f7364c7998
commit e0a55b8efe
9 changed files with 370 additions and 8 deletions

View File

@@ -1,7 +1,13 @@
<template>
</template>
<script>
<script setup>
import http from '@/http/http.js'
http.request({
url:'app/common/getAppUseKv'
}).then(res=>{
console.log(res);
})
</script>
<style>