删除底部导航销冠,调整小程序前端架构

This commit is contained in:
zhonghua.li
2026-02-07 13:17:19 +08:00
parent 4e192fe9f9
commit 11cc4a7664
56 changed files with 6365 additions and 8590 deletions

View File

@@ -31,12 +31,6 @@ const pages = [
style: {
navigationStyle: "custom"
}
},
{
path: "pages/furniture_top_sales/furniture_top_sales",
style: {
navigationStyle: "custom"
}
}
];
const subPackages = [
@@ -293,12 +287,6 @@ const tabBar = {
selectedIconPath: "static/tabbar/customer_active.png",
text: "客户"
},
{
pagePath: "pages/furniture_top_sales/furniture_top_sales",
iconPath: "static/tabbar/insight.png",
selectedIconPath: "static/tabbar/insight_active.png",
text: "销冠"
},
{
pagePath: "pages/ucenter/ucenter",
iconPath: "static/tabbar/me.png",

View File

@@ -7373,7 +7373,7 @@ function isConsoleWritable() {
function initRuntimeSocketService() {
const hosts = "192.168.1.48,127.0.0.1";
const port = "8090";
const id = "mp-weixin_xxjjr4";
const id = "mp-weixin_GTFXch";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();