自定义路径修改
Showing
4 changed files
with
4 additions
and
4 deletions
... | @@ -44,7 +44,7 @@ | ... | @@ -44,7 +44,7 @@ |
44 | </template> | 44 | </template> |
45 | 45 | ||
46 | <script> | 46 | <script> |
47 | import {insertFile, getFileLis, downloadFile,loadFile,deleteFile} from "./../../../api/common" | 47 | import {insertFile, getFileLis, downloadFile,loadFile,deleteFile} from "@api/common" |
48 | import {Message} from "element-ui" | 48 | import {Message} from "element-ui" |
49 | 49 | ||
50 | export default { | 50 | export default { | ... | ... |
... | @@ -96,7 +96,7 @@ | ... | @@ -96,7 +96,7 @@ |
96 | </template> | 96 | </template> |
97 | 97 | ||
98 | <script> | 98 | <script> |
99 | import {queryjzd, jzdsingleModify, jzdbatchModify} from '../../../api/zd' | 99 | import {queryjzd, jzdsingleModify, jzdbatchModify} from '@api/zd' |
100 | import {Message} from 'element-ui' | 100 | import {Message} from 'element-ui' |
101 | 101 | ||
102 | export default { | 102 | export default { | ... | ... |
... | @@ -121,7 +121,7 @@ | ... | @@ -121,7 +121,7 @@ |
121 | </template> | 121 | </template> |
122 | 122 | ||
123 | <script> | 123 | <script> |
124 | import {queryjzx, jzxsingleModify, jzxsbatchModify} from '../../../api/zd' | 124 | import {queryjzx, jzxsingleModify, jzxsbatchModify} from '@api/zd' |
125 | import {Message} from 'element-ui' | 125 | import {Message} from 'element-ui' |
126 | 126 | ||
127 | export default { | 127 | export default { | ... | ... |
... | @@ -80,7 +80,7 @@ | ... | @@ -80,7 +80,7 @@ |
80 | </template> | 80 | </template> |
81 | 81 | ||
82 | <script> | 82 | <script> |
83 | import {getMjftInfo, savemjft} from '../../../api/zd' | 83 | import {getMjftInfo, savemjft} from '@api/zd' |
84 | import {Message} from 'element-ui' | 84 | import {Message} from 'element-ui' |
85 | 85 | ||
86 | export default { | 86 | export default { | ... | ... |
-
Please register or sign in to post a comment