Your Name
2022-12-01 f7f647a20cca0d106473e6a862b85d89a7a93d19
堆栈溢出
已修改5个文件
9 ■■■■ 文件已修改
src/components/uploaderFile/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/router/index.ts 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/facilityManagement/goodsDetailManage/components/checkOut.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/intellectInspect/intelligentLine/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/loginPage.js/login.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/uploaderFile/index.vue
@@ -65,7 +65,6 @@
            goalManagementApi()
                    .searchFile(uploadFile.name)
                    .then((res) => {
                        debugger
                        window.open(res.data, "_blank");
                    })
            dialogImageUrl.value = uploadFile.url!;
src/router/index.ts
@@ -66,9 +66,6 @@
// 路由加载前
router.beforeEach(async (to, from, next) => {
    if (to.path === '/intelligentLine') {
        next();
    } else {
        NProgress.configure({ showSpinner: false });
        if (to.meta.title) NProgress.start();
        const token = Session.get('token');
@@ -95,7 +92,6 @@
                    next({ ...to, replace: true });
                } else {
                    next();
                }
            }
        }
    }
src/views/facilityManagement/goodsDetailManage/components/checkOut.vue
@@ -41,7 +41,7 @@
<script setup lang="ts">
import {defineEmits, reactive} from "vue";
import { reactive} from "vue";
import {checkOutStateType, GoodsDetailDataType} from "/@/views/facilityManagement/goodsDetailManage/index";
import {teamManageApi} from "/@/api/systemManage/basicDateManage/personShiftManage/teamManage";
import {ElMessage} from "element-plus/es";
src/views/intellectInspect/intelligentLine/index.vue
@@ -151,7 +151,6 @@
                    alert('您的浏览器不支持socket');
                } else {
                    // 实例化socket
                    debugger
                    let uid =  userInfos.value.uid.toString()
                    var url = state.path + uid + '*' + id;
                    console.log(url,'url',uid,'uid')
static/loginPage.js/login.js
@@ -1520,7 +1520,6 @@
};
window.particlesJS.load = function(tag_id, path_config_json, callback){
debugger
  /* load json config */
  var xhr = new XMLHttpRequest();
  xhr.open('GET', path_config_json);