diff --git a/src/components/page/afterLoan/complete.vue b/src/components/page/afterLoan/complete.vue
index e4376ef..5029ee1 100644
--- a/src/components/page/afterLoan/complete.vue
+++ b/src/components/page/afterLoan/complete.vue
@@ -106,7 +106,7 @@
:row-key="getRowKeys"
:key="1"
>
-
+
diff --git a/src/utils/http.js b/src/utils/http.js
index 6cc089e..ffac35a 100644
--- a/src/utils/http.js
+++ b/src/utils/http.js
@@ -5,8 +5,8 @@ import { Message } from 'element-ui'
import router from '../router/index'
// 服务器的切换
-export const Url = 'https://test.feifanhitech.com'// 测试服务器地址
-// export const Url = 'https://www.feifanhitech.com';// 非凡(正式服)
+// export const Url = 'https://test.feifanhitech.com'// 测试服务器地址
+export const Url = 'https://www.feifanhitech.com';// 非凡(正式服)
// export const Url = 'http://192.168.31.137:8080';//陈赓
axios.defaults.baseURL = Url;
const baseurl = Url