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
e580c94e
Commit
e580c94e
authored
Nov 12, 2021
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 新增备案号
parent
0cdff6b4
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
11 deletions
+22
-11
index.vue
src/components/Loan/LoanCard/index.vue
+3
-1
index.vue
src/views/withMenu/Home/index.vue
+3
-0
vue.config.js
vue.config.js
+16
-10
No files found.
src/components/Loan/LoanCard/index.vue
View file @
e580c94e
<
template
>
<
template
>
<div
class=
"wrap15 flex mx-5 items-center"
>
<div
class=
"wrap15 flex mx-5 items-center"
@
click=
"$emit('click')"
>
<div
class=
"bd5 ml-4"
>
<div
class=
"bd5 ml-4"
>
<p
class=
"word14"
>
{{
max_amount
}}
<span
class=
"unit"
>
万
</span></p>
<p
class=
"word14"
>
{{
max_amount
}}
<span
class=
"unit"
>
万
</span></p>
<p
class=
"txt8"
>
最高可借
</p>
<p
class=
"txt8"
>
最高可借
</p>
...
@@ -20,6 +20,8 @@ import Icon from "@/components/common/Icon.vue";
...
@@ -20,6 +20,8 @@ import Icon from "@/components/common/Icon.vue";
import
{
eLoanMode
}
from
"@/views/withMenu/Loan/types"
;
import
{
eLoanMode
}
from
"@/views/withMenu/Loan/types"
;
import
{
PropType
}
from
"vue"
import
{
PropType
}
from
"vue"
defineEmits
([
'click'
])
const
props
=
defineProps
({
const
props
=
defineProps
({
max_amount
:{
max_amount
:{
type
:
Number
,
type
:
Number
,
...
...
src/views/withMenu/Home/index.vue
View file @
e580c94e
...
@@ -64,6 +64,9 @@
...
@@ -64,6 +64,9 @@
/>
/>
<HotNews
v-for=
"n in hotNews"
:key=
"n.uuid"
:info=
"n"
/>
<HotNews
v-for=
"n in hotNews"
:key=
"n.uuid"
:info=
"n"
/>
</div>
</div>
<div
class=
"text-center py-3"
>
<a
href=
"https://beian.miit.gov.cn"
>
浙ICP备2021029429号-1
</a>
</div>
</div>
</div>
</
template
>
</
template
>
...
...
vue.config.js
View file @
e580c94e
module
.
exports
=
{
module
.
exports
=
{
outputDir
:
'fns_front'
,
outputDir
:
"fns_front"
,
// publicPath: '/app',
// publicPath: '/app',
devServer
:
{
devServer
:
{
proxy
:
{
proxy
:
{
"/proxyApi"
:
{
"/proxyApi"
:
{
target
:
'http://172.16.102.150:8091'
,
target
:
"http://172.16.102.150:8091"
,
// target: 'https://www.puhuijr.net/proxyApi',
pathRewrite
:
{
pathRewrite
:
{
'^/proxyApi'
:
''
,
"^/proxyApi"
:
""
,
},
},
},
},
'/proxyWs'
:
{
"/proxyWs"
:
{
target
:
"ws://172.16.101.107:8888"
,
// target: 'ws://121.36.201.96:8888',
// target: 'ws://121.36.201.96:8888',
target
:
'ws://172.16.101.107:8888'
,
changeOrigin
:
true
,
changeOrigin
:
true
,
ws
:
true
,
ws
:
true
,
pathRewrite
:
{
pathRewrite
:
{
'^/proxyWs'
:
''
"^/proxyWs"
:
""
,
}
}
},
},
},
},
}
},
\ No newline at end of file
},
chainWebpack
:
(
config
)
=>
{
config
.
plugin
(
"html"
).
tap
((
args
)
=>
{
args
[
0
].
title
=
"微杰科技有限公司"
;
return
args
;
});
},
};
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