bug
This commit is contained in:
@@ -35,7 +35,6 @@ instance.interceptors.request.use(config => {
|
||||
if (['/qxn', '/analysis'].includes(config.baseURL)) {
|
||||
config.url = config.url.replace(/(app|auth|admin)\//, "api/")
|
||||
}
|
||||
config.url = config.url.replace(/(app|auth|admin)\//, "api/")
|
||||
return config
|
||||
}, error => Message.error(error))
|
||||
export default instance
|
||||
|
||||
@@ -47,6 +47,8 @@
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
<template slot="content">
|
||||
<ai-card title="当天数据统计">
|
||||
<template #right>
|
||||
|
||||
Reference in New Issue
Block a user