electron-ban-pai/src/config.js

7 lines
143 B
JavaScript
Raw Normal View History

2021-12-23 14:40:42 +08:00
const host = 'http://47.109.29.153:50012'
2021-12-23 10:00:27 +08:00
const url = {
2021-12-23 14:40:42 +08:00
babyRecipe: host + '/api/admin/electronicclasscard/babyfood',
2021-12-23 10:00:27 +08:00
}
module.exports = url