@@ -32,14 +32,14 @@ export default {
display: flex;
overflow: hidden;
flex-direction: column;
-.content{
- width: 100%;
- height: 100%;
- justify-content: space-between;
- box-sizing: border-box;
- flex: 1;
- overflow: hidden;
+ .content{
+ width: 100%;
+ height: 100%;
+ justify-content: space-between;
+ box-sizing: border-box;
+ flex: 1;
+ overflow: hidden;
-}
+ }
}
</style>
@@ -1,8 +1,8 @@
import axios from "axios";
import Vue from "vue";
let instance = axios.create({
- //baseURL:'http://10.81.66.9:9250',
- baseURL:'http://localhost:9250',
+ baseURL:'http://10.81.66.9:9250',
+ //baseURL:'http://localhost:9250',
timeout:400000
})
instance.interceptors.response.use(function(response){