Przeglądaj źródła

Merge branch 'master' of https://git.flowbb.cn/humuyu/appsp

everydatestudy 2 lat temu
rodzic
commit
9eac961443

+ 1 - 1
web/config/dev.env.js

@@ -5,5 +5,5 @@ const prodEnv = require('./prod.env')
 module.exports = merge(prodEnv, {
   NODE_ENV: '"development"',
   // BASE_API: '"https://openappsp.anji-plus.com/sp"', //开发环境
-  BASE_API: '"https://fqgz.flowbb.cn:6001/"', //开发环境
+  BASE_API: '"https://fqgz.flowbb.cn:6001/sp"', //开发环境
 })

+ 1 - 1
web/config/prod.env.js

@@ -2,5 +2,5 @@
 module.exports = {
   NODE_ENV: '"production"',
   // BASE_API: '"https://open-appsp.anji-plus.com/sp"' // 生成环境
-  BASE_API: '"./"' // 生成环境
+  BASE_API: '"https://fqgz.flowbb.cn:6001/sp"', //开发环境
 }

+ 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>

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

@@ -9,7 +9,7 @@
       <span class="promote-appName">{{appInfo.promoteName}}</span>
       <span class="promote-slogan">{{appInfo.promoteDesc}}</span>
       <span class="promote-details" v-html="appInfo.promoteIntroduction"></span>
-      <el-input v-if="!download" style="width: 60%;margin-top: 12px" placeholder="请输入下载密码" v-model="password"></el-input>
+      <el-input v-if="!download" style="width: 60%;margin-top: 12px" type="password" show-password placeholder="请输入下载密码" v-model="password"></el-input>
       <el-button style="width: 60%" v-if="!download" class="promote-download" type="primary" @click="submit">提交</el-button>
       <el-button style="width: 60%" v-if="download" class="promote-download" type="primary" @click="downloadClick">下载App</el-button>
     </div>
@@ -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("密码错误")