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"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <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"> <component name="DBNavigator.Project.DatabaseFileManager">
<open-files /> <open-files />
</component> </component>
<component name="DBNavigator.Project.ExecutionManager">
<retain-sticky-names value="false" />
</component>
<component name="DBNavigator.Project.Settings"> <component name="DBNavigator.Project.Settings">
<connections /> <connections />
<browser-settings> <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 charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0"> <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"> <link id="link" rel="shortcut icon" href="static/favicon.ico" type="image/x-icon">
<title>智能税务管理系统</title> <title>欣税通管理系统</title>
<style> <style>
.base-font { .base-font {
font-family: "PingFangSC-Regular, sans-serif","Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", font-family: "PingFangSC-Regular, sans-serif","Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue",

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

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

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

Loading…
Cancel
Save