diff --git a/api/indexpage/yjWz/warehouse.js b/api/indexpage/yjWz/warehouse.js
index 201c35e..9ddd97e 100644
--- a/api/indexpage/yjWz/warehouse.js
+++ b/api/indexpage/yjWz/warehouse.js
@@ -2,13 +2,20 @@ import request from '@/utils/request'
// 查询物资库目录列表
export function listWarehouse(query) {
+ return request({
+ url: '/material/warehouse/listOnlySelf',
+ method: 'get',
+ params: query
+ })
+}
+// 查询物资库目录列表
+export function listWarehouseAll(query) {
return request({
url: '/material/warehouse/list',
method: 'get',
params: query
})
}
-
// 查询物资库目录详细
export function getWarehouse(id) {
return request({
diff --git a/api/login.js b/api/login.js
index aef34c8..3cca8b6 100644
--- a/api/login.js
+++ b/api/login.js
@@ -9,7 +9,8 @@ export function login(cas, password, code, uuid) {
uuid
}
return request({
- 'url': '/auth/login',
+ // 'url': '/auth/login',
+ 'url': '/auth/loginApp',
headers: {
isToken: false
},
diff --git a/components/tabbar/tabbar.vue b/components/tabbar/tabbar.vue
index 4d742dd..409415f 100644
--- a/components/tabbar/tabbar.vue
+++ b/components/tabbar/tabbar.vue
@@ -1,6 +1,7 @@
-
+
+
@@ -55,6 +56,7 @@
height: calc(45px + constant(safe-area-inset-bottom));
height: 45px;
position: fixed;
+ // sticky
left: 0;
right: 0;
bottom: 0;
diff --git a/config.js b/config.js
index 7f9dc21..550f405 100644
--- a/config.js
+++ b/config.js
@@ -4,9 +4,9 @@ module.exports = {
//三门峡版本
// 36.112.48.53:88/emergency/api
- baseUrl: 'http://36.112.48.53:88/emergency/api',
- // baseUrl: 'http://localhost:8083',
-
+ // baseUrl: 'http://36.112.48.53:88/emergency/api',
+ baseUrl: 'http://192.168.1.100:8080',
+ // baseUrl: 'http://192.168.1.5:8083',
//图片上传
baseUrlImg: 'http://36.112.48.53:88/emergencyManage',
diff --git a/pages/index.vue b/pages/index.vue
index fc37544..e1bc2c9 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -79,14 +79,14 @@
-
+
-
-
+
+
@@ -182,7 +182,7 @@
-
+