mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-13 04:46:44 +08:00
提交加的弹窗
This commit is contained in:
17
src/api/phase2/yearMedal.js
Normal file
17
src/api/phase2/yearMedal.js
Normal file
@@ -0,0 +1,17 @@
|
||||
/**文章模块的相关处理*/
|
||||
// import ajax from '@/utils/xajax.js'
|
||||
import ajax from '../ajax'
|
||||
const baseURL =process.env.VUE_APP_STAT_BASE_API;
|
||||
|
||||
const has2023 = function() {
|
||||
return ajax.get(baseURL,'/xboe/m/stat/year/medal/has');
|
||||
}
|
||||
|
||||
const save2023 = function() {
|
||||
return ajax.get(baseURL,'/xboe/m/stat/year/medal/save');
|
||||
}
|
||||
|
||||
export default {
|
||||
has2023,
|
||||
save2023
|
||||
}
|
||||
Reference in New Issue
Block a user