This commit is contained in:
xyc 2025-04-15 09:21:37 +08:00
parent ee01eac6af
commit ade1e0a9ab

View File

@ -214,11 +214,13 @@ export default {
*/ */
async getTextList() { async getTextList() {
let res = await request({ let res = await request({
url: '/app-api/drivingSchool/text/list', url: '/app-api/base/notice/pageList',
method: 'get', method: 'get',
params: { params: {
pageNum: 1, pageNum: 1,
pageSize: 10000 pageSize: 10000,
parentServer: 'jiaxiao',
server: 'wx'
} }
}) })
// this.textList = res.data.records // this.textList = res.data.records