From fb6f48cafdf9cb7c9eb585f7dc10193c66838eb1 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 13 九月 2024 15:38:48 +0800
Subject: [PATCH] Merge branch 'develop'

---
 src/views/mobdesign/index.jsx |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/views/mobdesign/index.jsx b/src/views/mobdesign/index.jsx
index 0769d8b..f104666 100644
--- a/src/views/mobdesign/index.jsx
+++ b/src/views/mobdesign/index.jsx
@@ -1625,6 +1625,8 @@
       let interfaces = getFuncsAndInters(config)
       let msg = getOutMessage(config)
       roleParam.interfaces = interfaces
+      roleParam.msg = msg
+      roleParam.backend = 'level1'
       let langSql = getLangTrans(config)
 
       let param = {
@@ -1639,7 +1641,7 @@
         TypeCharOne: sessionStorage.getItem('kei_no'),
         Typename: sessionStorage.getItem('typename'),
         MenuName: config.MenuName || '',
-        PageParam: JSON.stringify({Template: 'webPage', interfaces, msg, backend: 'level1'}),
+        PageParam: JSON.stringify({Template: 'webPage', interfaces, msg}),
         open_edition: config.open_edition,
         menus_rolelist: window.btoa(window.encodeURIComponent(JSON.stringify(roleParam))),
         long_data: long_data,
@@ -1713,7 +1715,7 @@
               TypeCharOne: sessionStorage.getItem('kei_no'),
               Typename: sessionStorage.getItem('typename'),
               MenuName: NavBar.name || '',
-              PageParam: JSON.stringify({Template: NavBar.type, backend: 'level1'}),
+              PageParam: JSON.stringify({Template: NavBar.type}),
               open_edition: _item ? (_item.open_edition || '') : '',
               menus_rolelist: window.btoa(window.encodeURIComponent(JSON.stringify(roles))),
               // LText: '',

--
Gitblit v1.8.0