This commit is contained in:
yanran200730
2023-06-09 15:49:47 +08:00
parent 9c45f25e8d
commit 164fe19a4a
11 changed files with 32 additions and 29 deletions

View File

@@ -44,7 +44,7 @@ export default {
methods: {
getInfo() {
this.instance.post(`/appvillageinfo/queryDetailById?id=${this.params.id}`).then(res => {
this.instance.post(`/api/appvillageinfo/queryDetailById?id=${this.params.id}`).then(res => {
if (res?.data) {
this.info = res.data
if (res.data.thumbUrl) {