bug
This commit is contained in:
@@ -112,7 +112,7 @@
|
||||
|
||||
methods: {
|
||||
getInfo () {
|
||||
this.$instance.post(`/appactivityinfo/queryDetailById?id=${this.id}`).then(res => {
|
||||
this.$instance.post(`/api/appactivityinfo/queryDetailById?id=${this.id}`).then(res => {
|
||||
if (res.code === 0) {
|
||||
this.info = res.data
|
||||
|
||||
@@ -163,7 +163,7 @@
|
||||
if (!this.info.exitClock && (times > outSTimes && times < outETimes)) {
|
||||
type = 1
|
||||
}
|
||||
this.$instance.post(`/appactivityinfo/clock`, {
|
||||
this.$instance.post(`/api/appactivityinfo/clock`, {
|
||||
address: this.address,
|
||||
activityId: this.id,
|
||||
clockTime: this.$dayjs(new Date()).format('YYYY-MM-DD HH:mm:ss'),
|
||||
|
||||
Reference in New Issue
Block a user