diff --git a/api/apiRoute.js b/api/apiRoute.js
index a62db7b..aa9bc1a 100644
--- a/api/apiRoute.js
+++ b/api/apiRoute.js
@@ -95,6 +95,13 @@ export default {
return res;
})
},
+ //公共端-获取配置项
+ common_getConfig(data = {}) {
+ let url = '/common/getConfig'
+ return http.post(url, data).then(res => {
+ return res;
+ })
+ },
diff --git a/common/config.js b/common/config.js
index 34e0069..3a85886 100644
--- a/common/config.js
+++ b/common/config.js
@@ -7,11 +7,11 @@
// const img_domian = 'http://zhjwxt.test/'
-// const Api_url='https://zh.hnhbty.cn/api'
-// const img_domian = 'https://zh.hnhbty.cn/'
+const Api_url='https://zh.hnhbty.cn/api'
+const img_domian = 'https://zh.hnhbty.cn/'
-const Api_url='http://146.56.228.75:20024/api'
-const img_domian = 'http://146.56.228.75:20024/'
+// const Api_url='http://146.56.228.75:20024/api'
+// const img_domian = 'http://146.56.228.75:20024/'
const IsDemo = false
diff --git a/components/AQ/AQTabber.vue b/components/AQ/AQTabber.vue
index b0508f7..87de67a 100644
--- a/components/AQ/AQTabber.vue
+++ b/components/AQ/AQTabber.vue
@@ -18,7 +18,8 @@
-
+
+
添加客户
@@ -29,6 +30,7 @@