chore: 构建稳定版本
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
VITE_APP_BASEAPI="/api-dev"
|
||||
VITE_APP_URL="http://localhost:19001/api"
|
||||
VITE_APP_URL="http://localhost:19001/api/app"
|
||||
@@ -41,7 +41,7 @@ myaxios.interceptors.response.use(function (response) {
|
||||
{
|
||||
ElMessage.error(response.data.errors)
|
||||
}
|
||||
return response.data;
|
||||
return response;
|
||||
}, function (error) {
|
||||
const code = error.response.status;
|
||||
const msg = error.message;
|
||||
|
||||
Reference in New Issue
Block a user