增加公共请求方法配置
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user