
Research
/Security News
Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.
xielv-bz-common
Advanced tools
npm set registry http://172.26.59.72:4873 //npm 设置为 wakedata 镜像
yarn add xielv-bz-common
xielv-bz-common 是由原先的 dss-web/dss-common 和 dss-web/business-common 抽取了部分作为公共业务模块。未抽取的部分由各自项目做单独处理。
按需引入 xielv-bz-common/src 目录下的模块
// example: js文件中引入页面头部组件
import PageHeader from "xielv-bz-common/src/components/page-header";
// example: css文件中引入全局less变量文件:
@import '~xielv-bz-common/src/style/wkt-constants.less'
注意项目配置中,模块配置需包含 node_modules/xielv-bz-common,(js, vue, 图片, 样式, 字体部分都需配置)
module: {
rules: [
{
test: /\.js$/,
include: [
pathSrcDir,
path.resolve(__dirname, "../node_modules/xielv-bz-common"),
],
use: ["babel-loader"],
},
];
}
v1.0.0
增加工单系统菜单order
增加公共组件 img-material 图片素材选择框, 对应旧版组件 imgMaterial
wkb-page-nav 对三级动态菜单及其子菜单做重定向处理 page-header 将头部导航菜单作成动态菜单 sidebar 对二级侧边栏菜单的菜单选中事件做抛出处理 新增permission 查找当前路由是否拥有权限、对二、三级菜单做重定向处理
wkb-page-nav 兼容动态路由字段 page-header 头部导航去掉右侧的门店管理按钮入口 更新 store 地产标识 权限菜单树获取
更新 store.js services.js
将头部导航栏与 dss-web 同步
将设置管理入口隐藏
修正 babelrc 配置文件错误;导致 babel 编译无法生效
将右侧的门店新增到页面导航(新增为企业管理)
增加 pageHeader 组件设置管理页面导航
更换 cdn:dss-res.meizu.com 改为 cdn.wakedata.com
公共组件 page-header 添加组件参数 headerToHome(参数说明:点击左侧门店 logo 或门店名称是否跳转主页)
公共业务模块基础版本
FAQs
xielv-bz-common 业务逻辑模块
We found that xielv-bz-common demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.