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