From 2df906a447195f9786dd468512ea895d6cc18532 Mon Sep 17 00:00:00 2001
From: YYC <1833023622@qq.com>
Date: 星期四, 15 五月 2025 14:53:54 +0800
Subject: [PATCH] APP3.5开发

---
 igds-app/js/admin/grain-detail.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/igds-app/js/admin/grain-detail.js b/igds-app/js/admin/grain-detail.js
index 91fb0bb..194057e 100644
--- a/igds-app/js/admin/grain-detail.js
+++ b/igds-app/js/admin/grain-detail.js
@@ -34,6 +34,7 @@
 function init() {
 	//鑾峰彇鍙傛暟
 	var curr = plus.webview.currentWebview();
+	console.log(JSON.stringify(curr))
 	depotType = curr.depotType;
 	depotId = curr.depotId;
 	depotName = curr.depotName;
@@ -43,7 +44,7 @@
 	}
 	var user = JSON.parse(localStorage.getItem('user'));
 	var selectDeptId = JSON.parse(localStorage.getItem('selectDeptId'));
-	url = user.url + "/api-phone/v35/gateway";
+	url = user.url + "/api/phone/v35/gateway";
 	data.tokenAuth = user.tokenAuth;
 	data.data.deptId = selectDeptId;
 	data.data.depotId = depotId;

--
Gitblit v1.9.3