This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
rongxin.dashboard
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
地图
master
张泽亮
5 days ago
parent
2a11548883
commit
5439f63f89
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/views/app/index.vue
+1
-1
src/views/app/login.vue
+1
-1
src/views/login.vue
+ 1
- 1
src/views/app/index.vue
View File
@@ -14,7 +14,7 @@
<img src="../../assets/images/app/banner.png" width="100%" style="margin: 2vh 0;" alt="">
<van-notice-bar scrollable text="
技术是开发它的人的共同灵魂。
" color="#000000" >
<van-notice-bar scrollable text="
让资源调查更简单、快捷!
" color="#000000" >
<p slot="left-icon" class="notice_tt">通知</p>
</van-notice-bar>
+ 1
- 1
src/views/app/login.vue
View File
@@ -55,7 +55,7 @@
</van-form>
</div>
<p class="copy">中农融信北京科技股份有限公司</p>
<p class="copy">
>{{this.$store.getters.technicalSupport == "" ? "
中农融信
(
北京
)
科技股份有限公司
" : this.$store.getters.technicalSupport}}
</p>
</div>
</template>
+ 1
- 1
src/views/login.vue
View File
@@ -191,7 +191,7 @@ export default {
bottom: 0;
width: 100%;
text-align: center;
color: #
fff
;
color: #
000000
;
font-family: Arial;
font-size: 12px;
letter-spacing: 1px;
Write
Preview
Loading…
Cancel
Save