'use strict'; /** * * * @author EllisRan * @date 2021/9/15 * @version */ const api_url = { notice: 'api/notice', }; const notice_type = ['zj']; module.exports = { api_url, notice_type, };