src/api/system/tijian.js @@ -141,3 +141,10 @@ }) } export function getconfigKey(configKey) { return request({ url: '/system/config/configKey/' + configKey, method: 'get' }) }