add url protocol &
add web client on/off by api server
This commit is contained in:
@@ -6,3 +6,9 @@ export function config () {
|
||||
method: 'get',
|
||||
})
|
||||
}
|
||||
export function appConfig () {
|
||||
return request({
|
||||
url: '/app-config',
|
||||
method: 'get',
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user