删除底部导航销冠,调整小程序前端架构
This commit is contained in:
12
unpackage/dist/dev/mp-weixin/common/store.js
vendored
12
unpackage/dist/dev/mp-weixin/common/store.js
vendored
@@ -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",
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user