Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
10fbfffc
authored
2020-12-23 10:30:18 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
自定义路径修改
1 parent
7704cf59
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
src/views/zd/fjcl/fjcl.vue
src/views/zd/jzd/index.vue
src/views/zd/jzx/index.vue
src/views/zd/mjftb/index.vue
src/views/zd/fjcl/fjcl.vue
View file @
10fbfff
...
...
@@ -44,7 +44,7 @@
</
template
>
<
script
>
import
{
insertFile
,
getFileLis
,
downloadFile
,
loadFile
,
deleteFile
}
from
"
./../../../
api/common"
import
{
insertFile
,
getFileLis
,
downloadFile
,
loadFile
,
deleteFile
}
from
"
@
api/common"
import
{
Message
}
from
"element-ui"
export
default
{
...
...
src/views/zd/jzd/index.vue
View file @
10fbfff
...
...
@@ -96,7 +96,7 @@
</
template
>
<
script
>
import
{
queryjzd
,
jzdsingleModify
,
jzdbatchModify
}
from
'
../../../
api/zd'
import
{
queryjzd
,
jzdsingleModify
,
jzdbatchModify
}
from
'
@
api/zd'
import
{
Message
}
from
'element-ui'
export
default
{
...
...
src/views/zd/jzx/index.vue
View file @
10fbfff
...
...
@@ -121,7 +121,7 @@
</
template
>
<
script
>
import
{
queryjzx
,
jzxsingleModify
,
jzxsbatchModify
}
from
'
../../../
api/zd'
import
{
queryjzx
,
jzxsingleModify
,
jzxsbatchModify
}
from
'
@
api/zd'
import
{
Message
}
from
'element-ui'
export
default
{
...
...
src/views/zd/mjftb/index.vue
View file @
10fbfff
...
...
@@ -80,7 +80,7 @@
</
template
>
<
script
>
import
{
getMjftInfo
,
savemjft
}
from
'
../../../
api/zd'
import
{
getMjftInfo
,
savemjft
}
from
'
@
api/zd'
import
{
Message
}
from
'element-ui'
export
default
{
...
...
Please
register
or
sign in
to post a comment