From 7e1e46ff062dcffe4549da8892fed754fa768594 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 18 二月 2021 12:15:58 +0800
Subject: [PATCH] 增加新闻分页

---
 src/config/axios_init/env.js |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/config/axios_init/env.js b/src/config/axios_init/env.js
index 0f1900b..dae7de8 100644
--- a/src/config/axios_init/env.js
+++ b/src/config/axios_init/env.js
@@ -1,5 +1,5 @@
 export default {
-    // 鎺ュ彛鍦板潃
-    baseURL: 'http://localhost:8080/Index/',
-    isDev: true
-  }
\ No newline at end of file
+  // 鎺ュ彛鍦板潃
+  baseURL: 'http://qingqiumarket.cn/',
+  isDev: true
+}
\ No newline at end of file

--
Gitblit v1.8.0