Browse Source

modify some codes

master
xiaowuler 3 years ago
parent
commit
03271246b9
  1. 4
      04.系统编码/Frontend/src/uilts/axios.ts

4
04.系统编码/Frontend/src/uilts/axios.ts

@ -5,8 +5,8 @@ import { ElLoading } from 'element-plus'
let loading = null;
const service = axios.create({
baseURL:"http://localhost:8002",
// baseURL:"",
// baseURL:"http://localhost:8002",
baseURL:"",
timeout: 500000
})

Loading…
Cancel
Save