shuishen
2022-01-20 684d74d2285092559b5d25fac451e4f1abb52a5b
src/api/pc/public/arc.js
@@ -2,7 +2,7 @@
 * @Author: Morpheus
 * @Date: 2021-05-09 15:17:44
 * @Last Modified by: Morpheus
 * @Last Modified time: 2021-12-24 11:30:06
 * @Last Modified time: 2022-01-20 16:36:28
 */
// 校区
import request from '@/router/axios'
@@ -38,3 +38,11 @@
        params: params
    })
}
export const getDetail = (params) => {
    return request({
        url: '/blade-architecture/architecture/detail',
        method: 'get',
        params: params
    })
}