From 8e72a751a792f98e53d81604f76be88448d2fa04 Mon Sep 17 00:00:00 2001
From: wangchenxing <877161328@qq.com>
Date: Fri, 7 Feb 2025 16:26:55 +0800
Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E7=AB=AF=E9=A1=B5=E9=9D=A2?=
=?UTF-8?q?=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
api/indexpage/yjWz/warehouse.js | 9 +-
api/login.js | 3 +-
components/tabbar/tabbar.vue | 4 +-
config.js | 6 +-
pages/index.vue | 142 ++++++++++++------
pages/indexpage/YJgoods/wzDiaoBo/wzDiaoBo.vue | 6 +-
pages/indexpage/YJplan/YJplan.vue | 3 +-
.../Yjcar/carXiangQing/carXiangQing.vue | 3 +
pages/indexpage/fireMan/list/list.vue | 1 +
pages/indexpage/sheBeiSheShi/sheBeiSheShi.vue | 4 +-
.../sheBeiSheShiDetail/sheBeiSheShiDetail.vue | 7 +-
.../XunJianDetail/XunJianDetail.vue | 3 +
.../zdwxy/dangerDetail/dangerDetail.vue | 4 +
pages/login.vue | 8 +-
pages/message/mineNews/lishiNews.vue | 4 +-
pages/message/mineNews/mineNews.vue | 6 +-
store/modules/user.js | 7 +-
17 files changed, 155 insertions(+), 65 deletions(-)
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 @@
-
+