deb2c47b by yuanbo

抽取view.js,修改所有引用文件

1 parent 48876ee1
/*
* @Description:
* @Description: 系统监控
* @Autor: renchao
* @LastEditTime: 2023-05-16 16:07:10
*/
......
<!--
* @Description:
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-04-13 10:32:28
-->
......@@ -40,7 +40,7 @@
<script>
import table from "@/utils/mixin/table"
import { datas, sendThis } from "./cwrzdata"
import { getErrorLogList } from "@/api/xtjk.js"
import { getErrorLogList } from "@/api/view.js"
export default {
name: "cwrz",
components: {},
......
<!--
* @Description:
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-04-13 10:31:33
-->
......@@ -40,7 +40,7 @@
<script>
import table from "@/utils/mixin/table"
import { datas, sendThis } from "./czrzdata"
import { getOperationLogList } from "@/api/xtjk.js"
import { getOperationLogList } from "@/api/view.js"
export default {
name: "czrz",
components: {},
......
<!--
* @Description:
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-05-17 10:42:27
-->
......@@ -146,7 +146,7 @@
</template>
<script>
import table from "@/utils/mixin/table"
import { getServerInfo } from "@/api/xtjk.js"
import { getServerInfo } from "@/api/view.js"
export default {
name: "zjjk",
components: {},
......