Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
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
deb2c47b
authored
2023-07-14 14:05:20 +0800
by
yuanbo
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
抽取view.js,修改所有引用文件
1 parent
48876ee1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
src/api/xtjk.js → src/api/view.js
src/views/xtjk/cwrz/cwrz.vue
src/views/xtjk/czrz/czrz.vue
src/views/xtjk/zjjk/zjjk.vue
src/api/
xtjk
.js
→
src/api/
view
.js
View file @
deb2c47
/*
* @Description:
* @Description:
系统监控
* @Autor: renchao
* @LastEditTime: 2023-05-16 16:07:10
*/
...
...
src/views/xtjk/cwrz/cwrz.vue
View file @
deb2c47
<!--
* @Description:
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-04-13 10:32:28
-->
...
...
@@ -40,7 +40,7 @@
<
script
>
import
table
from
"@/utils/mixin/table"
import
{
datas
,
sendThis
}
from
"./cwrzdata"
import
{
getErrorLogList
}
from
"@/api/
xtjk
.js"
import
{
getErrorLogList
}
from
"@/api/
view
.js"
export
default
{
name
:
"cwrz"
,
components
:
{},
...
...
src/views/xtjk/czrz/czrz.vue
View file @
deb2c47
<!--
* @Description:
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-04-13 10:31:33
-->
...
...
@@ -40,7 +40,7 @@
<
script
>
import
table
from
"@/utils/mixin/table"
import
{
datas
,
sendThis
}
from
"./czrzdata"
import
{
getOperationLogList
}
from
"@/api/
xtjk
.js"
import
{
getOperationLogList
}
from
"@/api/
view
.js"
export
default
{
name
:
"czrz"
,
components
:
{},
...
...
src/views/xtjk/zjjk/zjjk.vue
View file @
deb2c47
<!--
* @Description:
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-05-17 10:42:27
-->
...
...
@@ -146,7 +146,7 @@
</template>
<
script
>
import
table
from
"@/utils/mixin/table"
import
{
getServerInfo
}
from
"@/api/
xtjk
.js"
import
{
getServerInfo
}
from
"@/api/
view
.js"
export
default
{
name
:
"zjjk"
,
components
:
{},
...
...
Please
register
or
sign in
to post a comment