Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_front_2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenqikuai
fns_front_2
Commits
38d92fee
Commit
38d92fee
authored
Aug 18, 2021
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
17046a7f
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
8 deletions
+8
-8
index.vue
src/components/NavBar/index.vue
+1
-1
index.vue
src/components/PopUp/index.vue
+1
-1
index.vue
src/components/PopUpContent/FnsFilter/index.vue
+1
-1
index.vue
src/components/SelectList/index.vue
+1
-1
UserAgreement.vue
src/views/Auth/Login/UserAgreement.vue
+1
-1
index.vue
src/views/FnsList/index.vue
+1
-1
index.vue
src/views/withMenu/Home/index.vue
+1
-1
index.vue
src/views/withMenu/index.vue
+1
-1
No files found.
src/components/NavBar/index.vue
View file @
38d92fee
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
</div>
</div>
</
template
>
</
template
>
<
script
lang=
"ts"
>
<
script
lang=
"ts"
>
import
Vue
,
{
defineComponent
}
from
"vue"
;
import
{
defineComponent
}
from
"vue"
;
import
Icon
from
"../common/Icon.vue"
;
import
Icon
from
"../common/Icon.vue"
;
export
default
defineComponent
({
export
default
defineComponent
({
components
:
{
Icon
},
components
:
{
Icon
},
...
...
src/components/PopUp/index.vue
View file @
38d92fee
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
</Popup>
</Popup>
</
template
>
</
template
>
<
script
lang=
"ts"
>
<
script
lang=
"ts"
>
import
Vue
,
{
defineComponent
}
from
"vue"
;
import
{
defineComponent
}
from
"vue"
;
import
{
Popup
}
from
"vant"
;
import
{
Popup
}
from
"vant"
;
import
Icon
from
"@/components/common/Icon.vue"
;
import
Icon
from
"@/components/common/Icon.vue"
;
export
default
defineComponent
({
export
default
defineComponent
({
...
...
src/components/PopUpContent/FnsFilter/index.vue
View file @
38d92fee
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
</
template
>
</
template
>
<
script
lang=
"ts"
>
<
script
lang=
"ts"
>
import
Vue
,
{
defineComponent
}
from
"vue"
;
import
{
defineComponent
}
from
"vue"
;
import
SelectList
from
"@/components/SelectList/index.vue"
;
import
SelectList
from
"@/components/SelectList/index.vue"
;
export
default
defineComponent
({
export
default
defineComponent
({
components
:
{
components
:
{
...
...
src/components/SelectList/index.vue
View file @
38d92fee
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
</div>
</div>
</
template
>
</
template
>
<
script
lang=
"ts"
>
<
script
lang=
"ts"
>
import
Vue
,
{
defineComponent
}
from
"vue"
;
import
{
defineComponent
}
from
"vue"
;
import
SelectItem
from
"./SelectItem.vue"
;
import
SelectItem
from
"./SelectItem.vue"
;
export
default
defineComponent
({
export
default
defineComponent
({
...
...
src/views/Auth/Login/UserAgreement.vue
View file @
38d92fee
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
</
template
>
</
template
>
<
script
lang=
"ts"
>
<
script
lang=
"ts"
>
import
Vue
,
{
defineComponent
}
from
"vue"
;
import
{
defineComponent
}
from
"vue"
;
import
closeIcon
from
"@/assets/icons/close_large.png"
;
import
closeIcon
from
"@/assets/icons/close_large.png"
;
export
default
defineComponent
({
export
default
defineComponent
({
...
...
src/views/FnsList/index.vue
View file @
38d92fee
...
@@ -46,7 +46,7 @@ import GroupTitle from "@/components/GroupTitle/index.vue";
...
@@ -46,7 +46,7 @@ import GroupTitle from "@/components/GroupTitle/index.vue";
import
FnsCard4
from
"@/components/FnsCard4/index.vue"
;
import
FnsCard4
from
"@/components/FnsCard4/index.vue"
;
import
PopUp
from
"@/components/PopUp/index.vue"
;
import
PopUp
from
"@/components/PopUp/index.vue"
;
import
FnsFilter
from
"@/components/PopUpContent/FnsFilter/index.vue"
;
import
FnsFilter
from
"@/components/PopUpContent/FnsFilter/index.vue"
;
import
Vue
,
{
defineComponent
}
from
"vue"
;
import
{
defineComponent
}
from
"vue"
;
export
default
defineComponent
({
export
default
defineComponent
({
components
:
{
components
:
{
PopUp
,
PopUp
,
...
...
src/views/withMenu/Home/index.vue
View file @
38d92fee
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
</
template
>
</
template
>
<
script
lang=
"ts"
>
<
script
lang=
"ts"
>
import
Vue
,
{
defineComponent
}
from
"vue"
;
import
{
defineComponent
}
from
"vue"
;
import
Banner
from
"./Banner/Banner.vue"
;
import
Banner
from
"./Banner/Banner.vue"
;
import
AppList
from
"./AppList/index.vue"
;
import
AppList
from
"./AppList/index.vue"
;
import
appList
from
"./appList"
;
import
appList
from
"./appList"
;
...
...
src/views/withMenu/index.vue
View file @
38d92fee
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
Vue
,
{
defineComponent
}
from
"vue"
;
import
{
defineComponent
}
from
"vue"
;
import
TabBar
from
"./Components/TabBar/index.vue"
;
import
TabBar
from
"./Components/TabBar/index.vue"
;
import
tabList
from
"./tabList"
;
import
tabList
from
"./tabList"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment