Sign in
wms
/
wms4_globalaerjiliya
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
082c778d32d62f46dad24e8f9e4e9fc3e01431d4
Authored by
zhangdaihao
6 years ago
1 parent
22f403b3
解决启动bug
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
ant-design-jeecg-vue/src/utils/axios.js
ant-design-jeecg-vue/src/utils/axios.js
View file @
082c778
...
...
@@ -33,5 +33,5 @@ const VueAxios = {
33
33
export {
34
34
VueAxios,
35
35
// eslint-disable-next-line no-undef
36
-
instance as axios
36
+
//
instance as axios
37
37
}
38
38
\ No newline at end of file
...
...