对接数据
This commit is contained in:
8
api/config.js
Normal file
8
api/config.js
Normal file
@ -0,0 +1,8 @@
|
||||
export default ($axios) => ({
|
||||
getModuleConfigKey(Key) {
|
||||
return $axios.get('/setting', { params: { Key }});
|
||||
},
|
||||
getModuleConfigs() {
|
||||
return $axios.get('/settings');
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user