From 86b2c0453146fa7405b305a7e4f4f6de74285a07 Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Sun, 08 Oct 2023 16:55:52 +0800 Subject: [PATCH] fix:接口修改 --- src/utils/request.js | 11 ++--------- 1 files changed, 2 insertions(+), 9 deletions(-) diff --git a/src/utils/request.js b/src/utils/request.js index 0567b1c..990473c 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -2,15 +2,8 @@ import { MessageBox, Message } from 'element-ui' import store from '@/store' import { getToken } from '@/utils/auth' -const baseUrl = 'http://47.99.64.149:8081/' -// const baseUrl = 'http://192.168.0.42:8081/' // lzj -// const baseUrl = 'http://192.168.0.33:8081/' // yy -// const baseUrl = 'http://192.168.0.25:8081' // jj -// const baseUrl = 'http://192.168.0.33:8085/'// swb -// const baseUrl = 'http://192.168.0.33:8081/' // new swb -// const baseUrl = 'http://121.43.179.139:8080' -// const baseUrl = 'http://192.168.0.33:8085/' -// const baseUrl = 'http://192.168.0.33:8081/' +// const baseUrl = 'http://47.99.64.149:8081/' //������ +const baseUrl = 'http://120.26.43.34:8081/api/' //������ // create an axios instance const service = axios.create({ -- Gitblit v1.8.0