From 4e88a68f8de04186db8471890595f72e7c5b18c7 Mon Sep 17 00:00:00 2001 From: TiaStars Date: Fri, 27 Sep 2024 13:39:32 +0800 Subject: [PATCH] bugfix --- .env.development | 2 +- package.json | 2 +- src/main.js | 9 +++++++++ .../onlineDeclaration/enterpriseDirectory/index.vue | 12 ++++++------ src/views/project/index.vue | 2 +- 5 files changed, 18 insertions(+), 9 deletions(-) diff --git a/.env.development b/.env.development index db91e13..be791d5 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ VUE_APP_TITLE = 金鸡湖现代服务业品牌管理系统 ENV = 'development' # 金鸡湖现代服务业品牌管理系统/开发环境 -VUE_APP_BASE_API = 'http://192.168.0.110:9031' +VUE_APP_BASE_API = 'http://192.168.0.107:9031' # 测试环境数据库 # VUE_APP_BASE_API = 'http://39.101.188.84:9040' # 脱敏三方测试用数据库 diff --git a/package.json b/package.json index a240c6d..5e7a11d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ruoyi", - "version": "1.0.202409191643", + "version": "1.0.202409271052", "description": "金鸡湖现代服务业品牌管理系统", "author": "若依", "license": "MIT", diff --git a/src/main.js b/src/main.js index 40fb7d7..ac248d0 100644 --- a/src/main.js +++ b/src/main.js @@ -81,6 +81,15 @@ if (!localVersion || version !== localVersion) { localStorage.clear() // 清除缓存 localStorage.setItem('projectVersion', version) } + +Vue.directive('removeAriaHiddent', { + bind(el, binding) { + let ariaEls = el.querySelectorAll('.el-radio__original'); + ariaEls.forEach(element => { + element.removeAttribute('aria-hidden') + }); + } +}) // var docEl = document.documentElement; // function setRemUnit () { // var rem = docEl.clientWidth / 19.2; // 可根据不同电脑分辨率进行手动修改(如1920*1080 为19.2 diff --git a/src/views/onlineDeclaration/enterpriseDirectory/index.vue b/src/views/onlineDeclaration/enterpriseDirectory/index.vue index 7bb227b..c553511 100644 --- a/src/views/onlineDeclaration/enterpriseDirectory/index.vue +++ b/src/views/onlineDeclaration/enterpriseDirectory/index.vue @@ -207,16 +207,16 @@ - 限时 - 不限时 + 限时 + 不限时 - 不需要审批 - 需要审批 + 不需要审批 + 需要审批 @@ -262,8 +262,8 @@ Excel批量导入 --> - 所有企业 - 部分企业 + 所有企业 + 部分企业 diff --git a/src/views/project/index.vue b/src/views/project/index.vue index db9e434..a92a146 100644 --- a/src/views/project/index.vue +++ b/src/views/project/index.vue @@ -56,7 +56,7 @@
- 导入企业 + 导入新项目 导出