活动列表
This commit is contained in:
@@ -270,7 +270,7 @@ export default {
|
||||
},
|
||||
|
||||
getDetail() {
|
||||
this.instance.post(`/appactivityinfo/queryDetailById`,null, {
|
||||
this.instance.post(`api/appactivityinfo/queryDetailById`,null, {
|
||||
params: {id:this.id}
|
||||
}).then((res) => {
|
||||
if(res?.data) {
|
||||
@@ -300,7 +300,7 @@ export default {
|
||||
if(exitBegin <= intoEnd) {
|
||||
return this.$message.error('离场的开始时间不能小于且等于进场的结束时间')
|
||||
}
|
||||
this.instance.post(`/appactivityinfo/addOrUpdate`,{
|
||||
this.instance.post(`api/appactivityinfo/addOrUpdate`,{
|
||||
...this.form
|
||||
}).then(res => {
|
||||
if(res.code == 0) {
|
||||
|
||||
Reference in New Issue
Block a user