From d58be9584f409e7d198fd34982155331d6710f1f Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期二, 15 八月 2023 17:37:52 +0800 Subject: [PATCH] 修改了数据库多表联查语句 --- src/utils/request.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/request.js b/src/utils/request.js index 1bfe086..13d5b5a 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -1,7 +1,7 @@ import axios from 'axios' -const baseUrl = 'http://114.215.109.124:8803' // 鍩虹URL -// const baseUrl = 'http://localhost:8081' // 鍩虹URL +// const baseUrl = 'http://114.215.109.124:8803' // 鍩虹URL +const baseUrl = 'http://localhost:8081' // 鍩虹URL const axiosInstance = axios.create({ baseURL: baseUrl -- Gitblit v1.9.3