fix 项目、脚本、发布任务、日志阅读控制台无法正常使用问题

This commit is contained in:
bwcx_jzy 2023-12-25 08:54:04 +08:00
parent 81abed9e4d
commit dce6e027cf
No known key found for this signature in database
GPG Key ID: E187D6E9DDDE8C53
6 changed files with 7 additions and 6 deletions

View File

@ -9,7 +9,8 @@
3. 【server】优化 部分页面在小屏兼容(资产 Docker、节点分发
4. 【server】优化 节点脚本支持解绑(避免无非使用的服务器无非删除脚本)
5. 【server】优化 白名单配置提示 nginx、证书功能将下线
6. 【server】移除 插件端配置远程下载 host 输入框
6. 【all】移除 插件端配置远程下载 host 输入框
7. 【server】修复 项目、脚本、发布任务、日志阅读控制台无法正常使用问题(感谢@奇奇)
------

View File

@ -77,7 +77,7 @@
</template>
<script>
import { taskDetails, statusMap, taskLogInfoList } from "@/api/file-manager/release-task-log";
import LogView from "@/components/logView";
import LogView from "@/components/logView/index2";
import codeEditor from "@/components/codeEditor";
import { getSshListAll } from "@/api/ssh";
import { getNodeListAll } from "@/api/node";

View File

@ -47,7 +47,7 @@
<script>
import { mapGetters } from "vuex";
import { getWebSocketUrl } from "@/utils/const";
import LogView from "@/components/logView";
import LogView from "@/components/logView/index2";
export default {
components: {

View File

@ -62,7 +62,7 @@
import { getProjectData, getProjectLogSize } from "@/api/node-project";
import { mapGetters } from "vuex";
import { getWebSocketUrl } from "@/utils/const";
import LogView from "@/components/logView";
import LogView from "@/components/logView/index2";
import ProjectLog from "./project-log.vue";
export default {

View File

@ -28,7 +28,7 @@
// import { getProjectData, getProjectLogSize, downloadProjectLogFile, getLogBackList, downloadProjectLogBackFile, deleteProjectLogBackFile } from "@/api/node-project";
import { mapGetters } from "vuex";
import { getWebSocketUrl } from "@/utils/const";
import LogView from "@/components/logView";
import LogView from "@/components/logView/index2";
export default {
components: {

View File

@ -49,7 +49,7 @@
<script>
import { mapGetters } from "vuex";
import { getWebSocketUrl } from "@/utils/const";
import LogView from "@/components/logView";
import LogView from "@/components/logView/index2";
export default {
components: {