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
0f988045
authored
2022-11-14 17:33:47 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat:文件夹整理
1 parent
5a8cbf52
Show whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
12 additions
and
27 deletions
src/components/Base/base.js
src/components/photo-zoom/index.vue → src/components/PhotoZoom/index.vue
src/components/photo-zoom/vue-photo-zoom-pro.vue → src/components/PhotoZoom/vue-photo-zoom-pro.vue
src/components/tanchuang/index.js → src/components/Popup/index.js
src/components/tanchuang/index.vue → src/components/Popup/index.vue
src/components/tanchuang/redeme.md → src/components/Popup/redeme.md
src/components/lb-table/forced.js → src/components/lbTable/forced.js
src/components/lb-table/lb-column.vue → src/components/lbTable/lb-column.vue
src/components/lb-table/lb-render.vue → src/components/lbTable/lb-render.vue
src/components/lb-table/lb-table.vue → src/components/lbTable/lb-table.vue
src/components/lb-table/redeme.md → src/components/lbTable/redeme.md
src/main.js
src/router/index.js
src/views/components/imagePreview.vue
src/views/home/index.vue
src/components/Base/base.js
View file @
0f98804
import
dialogBox
from
'@/components/DialogBox/dialogBox.vue'
import
lbTable
from
'@/components/lb
-t
able/lb-table.vue'
import
lbTable
from
'@/components/lb
T
able/lb-table.vue'
import
Theme
from
'@/components/Theme/theme.vue'
import
Popup
from
'@/components/Popup/index'
export
default
{
install
:
(
Vue
)
=>
{
Vue
.
component
(
'dialogBox'
,
dialogBox
);
Vue
.
component
(
'lbTable'
,
lbTable
);
Vue
.
component
(
'Theme'
,
Theme
);
Vue
.
prototype
.
$popup
=
Popup
.
install
}
}
\ No newline at end of file
...
...
src/components/
photo-z
oom/index.vue
→
src/components/
PhotoZ
oom/index.vue
View file @
0f98804
...
...
@@ -7,11 +7,11 @@
</
template
>
<
script
>
import
vuePhotoZoomPro
from
'@/components/photo-z
oom/vue-photo-zoom-pro'
export
default
{
import
vuePhotoZoomPro
from
'@/components/PhotoZ
oom/vue-photo-zoom-pro'
export
default
{
name
:
'PicZoom'
,
components
:
{
vuePhotoZoomPro
},
data
()
{
data
()
{
return
{
type
:
"square"
,
showType
:
false
,
...
...
@@ -38,5 +38,5 @@
default
:
'width:100%;height:100%'
}
},
}
}
</
script
>
\ No newline at end of file
...
...
src/components/
photo-z
oom/vue-photo-zoom-pro.vue
→
src/components/
PhotoZ
oom/vue-photo-zoom-pro.vue
View file @
0f98804
File moved
src/components/
tanchuang
/index.js
→
src/components/
Popup
/index.js
View file @
0f98804
File moved
src/components/
tanchuang
/index.vue
→
src/components/
Popup
/index.vue
View file @
0f98804
File moved
src/components/
tanchuang
/redeme.md
→
src/components/
Popup
/redeme.md
View file @
0f98804
File moved
src/components/lb
-t
able/forced.js
→
src/components/lb
T
able/forced.js
View file @
0f98804
File moved
src/components/lb
-t
able/lb-column.vue
→
src/components/lb
T
able/lb-column.vue
View file @
0f98804
File moved
src/components/lb
-t
able/lb-render.vue
→
src/components/lb
T
able/lb-render.vue
View file @
0f98804
File moved
src/components/lb
-t
able/lb-table.vue
→
src/components/lb
T
able/lb-table.vue
View file @
0f98804
File moved
src/components/lb
-t
able/redeme.md
→
src/components/lb
T
able/redeme.md
View file @
0f98804
File moved
src/main.js
View file @
0f98804
...
...
@@ -4,9 +4,9 @@ import Vue from 'vue'
import
App
from
'./App'
import
'normalize.css/normalize.css'
// a modern alternative to CSS resets
import
Element
from
'element-ui'
import
'
.
/styles/element-variables.scss'
import
'
@
/styles/element-variables.scss'
import
'@/styles/index.scss'
import
Base
from
'
.
/components/Base/base'
// 全局组件引入
import
Base
from
'
@
/components/Base/base'
// 全局组件引入
import
mixin
from
'@/utils/mixin/theme.js'
import
{
startLoadingAddCount
,
endLoadingSubCount
}
from
'./utils/requestLoading'
Vue
.
mixin
(
mixin
);
...
...
@@ -17,19 +17,13 @@ Vue.prototype.$rules = rules
// 全局加载
Vue
.
prototype
.
$startLoading
=
startLoadingAddCount
Vue
.
prototype
.
$endLoading
=
endLoadingSubCount
import
Popup
from
'./components/tanchuang/index'
Vue
.
prototype
.
$popup
=
Popup
.
install
import
{
theme
}
from
"@/directive/theme.js"
Vue
.
directive
(
"theme"
,
theme
)
Vue
.
directive
(
'fo'
,
{
inserted
(
el
,
binding
,
vnode
)
{
el
.
querySelector
(
'input'
).
focus
()
}
})
import
'./image/icons'
// icon
import
store
from
'./store'
import
router
from
'./router'
...
...
src/router/index.js
View file @
0f98804
...
...
@@ -10,17 +10,6 @@ import Layout from '@/layout'
export
const
constantRoutes
=
[
{
path
:
'/redirect'
,
component
:
Layout
,
hidden
:
true
,
children
:
[
{
path
:
'/redirect/:path(.*)'
,
component
:
()
=>
import
(
'@/views/redirect/index'
)
}
]
},
{
path
:
'/404'
,
component
:
Layout
,
hidden
:
true
,
...
...
src/views/components/imagePreview.vue
View file @
0f98804
...
...
@@ -24,7 +24,7 @@
<el-button
type=
"primary"
icon=
"el-icon-delete-solid"
@
click=
"handleDelete"
>
删除
</el-button>
</div>
<ul>
<li
v-for=
"(img, index) in thumbnailImages"
:key=
"index"
:class=
"
{ active:
previewImg.index === index
}"
<li
v-for=
"(img, index) in thumbnailImages"
:key=
"index"
:class=
"
{ active:
previewImg.index === index
}"
@click="showCurrent(index)">
<img
:src=
"img.fjurl"
>
</li>
...
...
@@ -36,7 +36,7 @@
</div>
</
template
>
<
script
>
import
PhotoZoom
from
'@/components/
photo-z
oom'
import
PhotoZoom
from
'@/components/
PhotoZ
oom'
import
{
sjClmxUpload
,
sjClmxDelete
}
from
'@/api/jsydsyqFlow'
import
publicPicture
from
'@/components/publicPicture/index.vue'
export
default
{
...
...
src/views/home/index.vue
View file @
0f98804
...
...
@@ -67,7 +67,7 @@
</
template
>
<
script
>
import
*
as
G2
from
'@antv/g2'
import
calendar
from
'@/components/
c
alendar/index'
import
calendar
from
'@/components/
C
alendar/index'
export
default
{
name
:
'home'
,
components
:
{
calendar
},
...
...
Please
register
or
sign in
to post a comment