问题修复

This commit is contained in:
wuhongjian 2022-12-30 18:21:23 +08:00
parent e4fc85a861
commit 39d1b8aa80
4 changed files with 48 additions and 48 deletions

View File

@ -1,8 +1,8 @@
/* /*
* @Author: hisense.wuhongjian * @Author: hisense.wuhongjian
* @Date: 2022-08-25 14:37:49 * @Date: 2022-08-25 14:37:49
* @LastEditors: Light * @LastEditors: hisense.wuhongjian
* @LastEditTime: 2022-10-26 10:48:52 * @LastEditTime: 2022-12-30 14:21:28
* @Description: 告诉大家这是什么 * @Description: 告诉大家这是什么
*/ */
var _global = {} var _global = {}
@ -43,7 +43,7 @@ var CONFIGITEM = {
}, },
dev: { dev: {
previewUrl: 'http://localhost:8080/', previewUrl: 'http://localhost:8080/',
apiURL: 'http://192.168.124.233:8888/ucs-admin', apiURL: 'http://192.168.124.243:8888/ucs-admin',
websocketURL: 'ws://192.168.124.233:8888/ucs-admin/websocket' websocketURL: 'ws://192.168.124.233:8888/ucs-admin/websocket'
} }
} }

View File

@ -167,9 +167,9 @@
<el-button type="text" size="small" @click="showDetail(scope.row)" <el-button type="text" size="small" @click="showDetail(scope.row)"
>详情</el-button >详情</el-button
> >
<el-button type="text" size="small" @click="showDocument(scope.row)" <!-- <el-button type="text" size="small" @click="showDocument(scope.row)"
>技术文档</el-button >技术文档</el-button
> > -->
<el-button <el-button
type="text" type="text"
size="small" size="small"

View File

@ -155,9 +155,9 @@
<el-button type="text" size="small" @click="showDetail(scope.row)" <el-button type="text" size="small" @click="showDetail(scope.row)"
>详情</el-button >详情</el-button
> >
<el-button type="text" size="small" @click="showDocument(scope.row)" <!-- <el-button type="text" size="small" @click="showDocument(scope.row)"
>技术文档</el-button >技术文档</el-button
> > -->
<el-button <el-button
type="text" type="text"
size="small" size="small"

View File

@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua * @Author: hisense.liangjunhua
* @Date: 2022-06-08 11:32:22 * @Date: 2022-06-08 11:32:22
* @LastEditors: hisense.wuhongjian * @LastEditors: hisense.wuhongjian
* @LastEditTime: 2022-07-18 18:49:30 * @LastEditTime: 2022-12-30 14:38:26
* @Description: 算法详情页 * @Description: 算法详情页
--> -->
<template> <template>
@ -192,7 +192,7 @@
<style lang="less" scoped> <style lang="less" scoped>
.fixed { .fixed {
position: fixed; position: fixed;
z-index: 2000; z-index: 10012;
top: 0; top: 0;
left: 50%; left: 50%;
margin-left: -9.56rem; margin-left: -9.56rem;