stupig-zcx hai 1 ano
pai
achega
02b30c7f8a
Modificáronse 2 ficheiros con 3 adicións e 2 borrados
  1. 2 2
      src/apis/axios.config.ts
  2. 1 0
      src/views/CorrectPage/index.scss

+ 2 - 2
src/apis/axios.config.ts

@@ -1,9 +1,9 @@
 import axios from "axios";
 
 // const BASEURL = 'http://47.111.23.171:8081'
-// const BASEURL = 'http://localhost:8082'
+const BASEURL = 'http://localhost:8080'
 // const BASEURL = 'http://8.130.126.86:8080'
-const BASEURL = 'https://air.seec.seecoder.cn/'
+// const BASEURL = 'https://air.seec.seecoder.cn/'
 
 const axiosInstance = axios.create({
     baseURL: BASEURL,

+ 1 - 0
src/views/CorrectPage/index.scss

@@ -4,6 +4,7 @@
     height: calc(100vh - 40px);
     display: flex;
     gap: 20px;
+    overflow: auto;
     //border: 1px solid black;
 
     .my-correct-goback{