抽取view.js,修改所有引用文件
Showing
4 changed files
with
4 additions
and
4 deletions
... | @@ -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: {}, | ... | ... |
-
Please register or sign in to post a comment