1、车间看板页面缩放设备最小尺寸由70调整为50
2、调整车间看板页面右侧设备布局中的设备样式
3、将看板页面加入路由白名单,无需登录即可访问
已添加1个文件
已修改2个文件
20 ■■■■■ 文件已修改
.idea/vcs.xml 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/permission.js 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mdc/base/modules/WorkshopSignage/DeviceDragLayout.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.idea/vcs.xml
对比新文件
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="VcsDirectoryMappings">
    <mapping directory="$PROJECT_DIR$" vcs="Git" />
  </component>
</project>
src/permission.js
@@ -9,7 +9,7 @@
NProgress.configure({ showSpinner: false }) // NProgress Configuration
const whiteList = ['/user/login', '/user/register', '/user/register-result','/user/alteration'] // no redirect whitelist
const whiteList = ['/user/login', '/user/register', '/user/register-result','/user/alteration','/WorkshopSignage'] // no redirect whitelist
whiteList.push(OAUTH2_LOGIN_PAGE_PATH)
router.beforeEach((to, from, next) => {
@@ -21,8 +21,8 @@
    to.matched.splice(2, to.matched.length - 3)
  }
  //update-end---author:scott ---date::2022-10-13  for锛歔jeecg-boot/issues/4091]澶氱骇璺敱缂撳瓨闂 #4091--------------
  NProgress.start() // start progress bar
  if (Vue.ls.get(ACCESS_TOKEN)) {
src/views/mdc/base/modules/WorkshopSignage/DeviceDragLayout.vue
@@ -12,8 +12,8 @@
      :parentLimitation="true"
      :parentH="1065"
      :parentW="1500"
      :minw="70"
      :minh="70"
      :minw="50"
      :minh="50"
      :isDraggable="isSwitchChecked"
      :isResizable="isSwitchChecked"
      :stickSize="6"
@@ -159,7 +159,7 @@
.single-device {
  position: absolute;
  border: 1px solid transparent;
  padding: 10px;
  //padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
@@ -207,7 +207,7 @@
.guideline {
  position: absolute;
  border: 1px dashed #fff;
  border: 1px dashed rgba(255,255,255,.7);
}
.guidelineX {