7 lines
145 B
JavaScript
7 lines
145 B
JavaScript
|
const host = 'https://easy-mock.com/mock/5bcd8e154994296c2af093ea/SmileVue/'
|
||
|
const url = {
|
||
|
classDetail: host + 'index',
|
||
|
}
|
||
|
|
||
|
module.exports = url
|