mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-11-29 18:38:32 +08:00
fix 项目、脚本、发布任务、日志阅读控制台无法正常使用问题
This commit is contained in:
parent
81abed9e4d
commit
dce6e027cf
@ -9,7 +9,8 @@
|
||||
3. 【server】优化 部分页面在小屏兼容(资产 Docker、节点分发)
|
||||
4. 【server】优化 节点脚本支持解绑(避免无非使用的服务器无非删除脚本)
|
||||
5. 【server】优化 白名单配置提示 nginx、证书功能将下线
|
||||
6. 【server】移除 插件端配置远程下载 host 输入框
|
||||
6. 【all】移除 插件端配置远程下载 host 输入框
|
||||
7. 【server】修复 项目、脚本、发布任务、日志阅读控制台无法正常使用问题(感谢@奇奇)
|
||||
|
||||
------
|
||||
|
||||
|
@ -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";
|
||||
|
@ -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: {
|
||||
|
@ -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 {
|
||||
|
@ -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: {
|
||||
|
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user