From 379ab2ceed662c2e38b7ad134189bdd4c6116ba1 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Mon, 05 Feb 2024 11:07:18 +0800
Subject: [PATCH] fix:bug修复
---
src/utils/request.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/utils/request.js b/src/utils/request.js
index d8854b5..db7ed87 100644
--- a/src/utils/request.js
+++ b/src/utils/request.js
@@ -2,7 +2,7 @@
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 = '/api'
// const baseUrl = 'http://120.26.43.34:8081/api/'
// const baseUrl = 'http://192.168.0.42:8081/' // lzj
// const baseUrl = 'http://192.168.0.33:8081/' // yy
--
Gitblit v1.8.0