Browse Source

进度条

stupig-zcx 1 year ago
parent
commit
02b30c7f8a
2 changed files with 3 additions and 2 deletions
  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";
 import axios from "axios";
 
 
 // const BASEURL = 'http://47.111.23.171:8081'
 // 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 = 'http://8.130.126.86:8080'
-const BASEURL = 'https://air.seec.seecoder.cn/'
+// const BASEURL = 'https://air.seec.seecoder.cn/'
 
 
 const axiosInstance = axios.create({
 const axiosInstance = axios.create({
     baseURL: BASEURL,
     baseURL: BASEURL,

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

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