Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_backend
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
Zhang Xiaojie
fns_backend
Commits
8c87fe1c
Commit
8c87fe1c
authored
Oct 20, 2021
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
名称修改
parent
481e1966
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
README.md
README.md
+1
-1
index.vue
src/views/Login/index.vue
+1
-1
index.vue
src/views/Root/index.vue
+1
-1
vue.config.js
vue.config.js
+1
-1
No files found.
README.md
View file @
8c87fe1c
#
中小企业协会
综合服务平台
#
浙江省中小企业
综合服务平台
[
蓝湖链接
](
https://lanhuapp.com/web/#/item/project/stage?tid=ea8afdc1-edb1-42ab-8949-3dd33c902ee8&pid=77a1b069-1402-4b27-9919-66949a6288bf
)
[
蓝湖链接
](
https://lanhuapp.com/web/#/item/project/stage?tid=ea8afdc1-edb1-42ab-8949-3dd33c902ee8&pid=77a1b069-1402-4b27-9919-66949a6288bf
)
...
...
src/views/Login/index.vue
View file @
8c87fe1c
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
>
>
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/font_2711356_k19r0hh1f4.css"
>
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/font_2711356_k19r0hh1f4.css"
>
<p
class=
"text-3xl semi-bold text-white text-center mb-10"
>
<p
class=
"text-3xl semi-bold text-white text-center mb-10"
>
中小企业普惠金融管理
平台
浙江省中小企业综合服务
平台
</p>
</p>
<div
class=
"flex items-center"
>
<div
class=
"flex items-center"
>
<div
<div
...
...
src/views/Root/index.vue
View file @
8c87fe1c
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<div
class=
"flex justify-between items-center h-full"
>
<div
class=
"flex justify-between items-center h-full"
>
<div
class=
"text-center text-lg my-3 flex font-semibold"
>
<div
class=
"text-center text-lg my-3 flex font-semibold"
>
<img
src=
"../../assets/org_logo.png"
class=
" w-7 h-7 mr-2"
>
<img
src=
"../../assets/org_logo.png"
class=
" w-7 h-7 mr-2"
>
中小企业协会
综合服务平台
</div>
浙江省中小企业
综合服务平台
</div>
<div>
<div>
<!--
<a-popover>
-->
<!--
<a-popover>
-->
<!--
<template
slot=
"content"
>
<!--
<template
slot=
"content"
>
...
...
vue.config.js
View file @
8c87fe1c
...
@@ -32,7 +32,7 @@ module.exports = {
...
@@ -32,7 +32,7 @@ module.exports = {
config
config
.
plugin
(
'html'
)
.
plugin
(
'html'
)
.
tap
((
args
)
=>
{
.
tap
((
args
)
=>
{
args
[
0
].
title
=
'
中小企业协会
综合服务平台'
;
args
[
0
].
title
=
'
浙江省中小企业
综合服务平台'
;
return
args
;
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