bug
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user