deb2c47b by yuanbo

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

1 parent 48876ee1
1 /* 1 /*
2 * @Description: 2 * @Description: 系统监控
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-05-16 16:07:10 4 * @LastEditTime: 2023-05-16 16:07:10
5 */ 5 */
......
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
40 <script> 40 <script>
41 import table from "@/utils/mixin/table" 41 import table from "@/utils/mixin/table"
42 import { datas, sendThis } from "./cwrzdata" 42 import { datas, sendThis } from "./cwrzdata"
43 import { getErrorLogList } from "@/api/xtjk.js" 43 import { getErrorLogList } from "@/api/view.js"
44 export default { 44 export default {
45 name: "cwrz", 45 name: "cwrz",
46 components: {}, 46 components: {},
......
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
40 <script> 40 <script>
41 import table from "@/utils/mixin/table" 41 import table from "@/utils/mixin/table"
42 import { datas, sendThis } from "./czrzdata" 42 import { datas, sendThis } from "./czrzdata"
43 import { getOperationLogList } from "@/api/xtjk.js" 43 import { getOperationLogList } from "@/api/view.js"
44 export default { 44 export default {
45 name: "czrz", 45 name: "czrz",
46 components: {}, 46 components: {},
......
...@@ -146,7 +146,7 @@ ...@@ -146,7 +146,7 @@
146 </template> 146 </template>
147 <script> 147 <script>
148 import table from "@/utils/mixin/table" 148 import table from "@/utils/mixin/table"
149 import { getServerInfo } from "@/api/xtjk.js" 149 import { getServerInfo } from "@/api/view.js"
150 export default { 150 export default {
151 name: "zjjk", 151 name: "zjjk",
152 components: {}, 152 components: {},
......