初版提交
Some checks failed
Deploy to GitHub Pages / Deploy to GitHub Pages (push) Has been cancelled

This commit is contained in:
2025-09-09 13:35:24 +08:00
parent c2c3237369
commit 77a83e363a
453 changed files with 34080 additions and 18016 deletions

17
src/api/notice.js Normal file
View File

@ -0,0 +1,17 @@
import request from '@/utils/request'
export function getNoticeList() {
return request({
url: 'https://api.vuejs-core.cn/getNotice',
method: 'get',
})
}
export function getOrderList() {
return request({
url: 'https://dev.wagoo.pet/wagoo/1.1/membership/types',
method: 'post',
})
}