This commit is contained in:
2025-03-10 11:22:46 +08:00
parent ef9358aa9f
commit 477fb31980
5 changed files with 211 additions and 128 deletions

View File

@@ -100,7 +100,7 @@
methods: {
getDictDetail () {
this.$http({
url: this.$http.adornUrl('api/dict/dictDetail?code=DEMAND_TYPE'),
url: this.$http.adornUrl('/api/dict/dictDetail?code=DEMAND_TYPE'),
method: 'get'
}).then(({data}) => {
console.log(data)