diff --git a/apis/index.js b/apis/index.js
index ec79c85..dd9661c 100644
--- a/apis/index.js
+++ b/apis/index.js
@@ -10,6 +10,7 @@ import store from '@/store'
// 基础配置
const config = {
apiUrl : 'http://api.ahxh.shangkelian.cn/api/',
+ apiUrls : 'http://api.ahxh.shangkelian.cn',
timeout : 60000
}
@@ -154,5 +155,6 @@ const loginHint = () => {
export {
request,
- uploading
+ uploading,
+ config
}
diff --git a/components/no-list-components/index.vue b/components/no-list-components/index.vue
index fa2f702..85d597f 100644
--- a/components/no-list-components/index.vue
+++ b/components/no-list-components/index.vue
@@ -1,13 +1,14 @@
-
+
{{txt}}