抽取view.js,修改所有引用文件
Showing
4 changed files
with
7 additions
and
7 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-04-13 10:32:28 | 4 | * @LastEditTime: 2023-04-13 10:32:28 |
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: {}, | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-04-13 10:31:33 | 4 | * @LastEditTime: 2023-04-13 10:31:33 |
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 "./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: {}, | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-05-17 10:42:27 | 4 | * @LastEditTime: 2023-05-17 10:42:27 |
5 | --> | 5 | --> |
... | @@ -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: {}, | ... | ... |
-
Please register or sign in to post a comment