zmc
2023-10-12 ef10dea2a96d68a00a9a316f8594e0636103a6ab
src/main.js
@@ -25,9 +25,9 @@
  }
})
// 本地
// axios.defaults.baseURL = 'http://localhost:8081'
axios.defaults.baseURL = 'http://localhost:8081'
// 部署
axios.defaults.baseURL = 'http://114.215.109.124:8803'
// axios.defaults.baseURL = 'http://114.215.109.124:8803'
app.config.globalProperties.$http = axios
app.use(ElMessage)