Browse Source

加密码

songxiaodong 3 years ago
parent
commit
df934e3c43
2 changed files with 2 additions and 2 deletions
  1. 1 1
      web/index.html
  2. 1 1
      web/src/views/home/promote.vue

+ 1 - 1
web/index.html

@@ -4,7 +4,7 @@
     <meta charset="utf-8">
     <meta name="referrer" content="no-referrer"/>
     <meta name="viewport" content="width=device-width,initial-scale=1.0">
-    <title>移动服务平台</title>
+    <title>赋强公证</title>
   </head>
   <body>
     <div id="app"></div>

+ 1 - 1
web/src/views/home/promote.vue

@@ -43,7 +43,7 @@
         if(this.password == ''){
           this.$message.warning("请输入密码")
         }
-        if ('1234qwer' == this.password){
+        if ('123456' == this.password){
           this.download = true
         } else {
           this.$message.error("密码错误")