fix:首页图片切换

release
zhaoxingchang.sd 11 months ago
parent 376b248509
commit 45199fe9a5
  1. 9
      .idea/dbnavigator.xml
  2. BIN
      src/assets/login/img/banner@2x.png
  3. BIN
      src/assets/login/img/banner@2x1.png
  4. 2
      src/module/frame/frame.html
  5. 2
      src/module/index/index.html
  6. 10
      src/module/login/App.vue
  7. 2
      src/module/login/login.html

@ -1,8 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DBNavigator.Project.DatabaseBrowserManager">
<autoscroll-to-editor value="false" />
<autoscroll-from-editor value="true" />
<show-object-properties value="true" />
<loaded-nodes />
</component>
<component name="DBNavigator.Project.DatabaseFileManager">
<open-files />
</component>
<component name="DBNavigator.Project.ExecutionManager">
<retain-sticky-names value="false" />
</component>
<component name="DBNavigator.Project.Settings">
<connections />
<browser-settings>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 MiB

After

Width:  |  Height:  |  Size: 854 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 MiB

@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link id="link" rel="shortcut icon" href="static/favicon.ico" type="image/x-icon">
<title>智能税务管理系统</title>
<title>欣税通管理系统</title>
<style>
.base-font {
font-family: "PingFangSC-Regular, sans-serif","Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue",

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>智能税务管理系统</title>
<title>欣税通管理系统</title>
<link rel="shortcut icon" href="static/favicon.ico">
<style>
.base-font {

@ -210,7 +210,7 @@ export default {
height: '42px'
},
buttonIsFocused: false,
title: "智能税务管理系统",
title: "欣税通管理系统",
userName: "",
password: "",
note: "",
@ -410,11 +410,11 @@ export default {
this.errorMsg = ""
if (!this.showNote) {
this.showForm = false;
} else {
// if (!this.showNote) {
// this.showForm = false;
// } else {
this.logFun();
}
// }
},
sendMessageCode() {
if (this.userName == "") {

@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link id="link" rel="shortcut icon" href="static/favicon.ico" type="image/x-icon">
<title>智能税务管理系统</title>
<title>欣税通管理系统</title>
<style>
html,body{
width: 100%;

Loading…
Cancel
Save