zzy před 2 roky
rodič
revize
4882931c15
2 změnil soubory, kde provedl 10 přidání a 10 odebrání
  1. 8 8
      src/App.vue
  2. 2 2
      src/request/index.js

+ 8 - 8
src/App.vue

@@ -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>

+ 2 - 2
src/request/index.js

@@ -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){