Parcourir la source

打包发布测试

Shan9312 il y a 1 an
Parent
commit
097f3fc946

BIN
dist-tmr-20240726.zip


BIN
dist-tmr-20240729.zip


+ 1 - 1
src/utils/request.js

@@ -16,7 +16,7 @@ var browserUrl = window.location.hostname
 // console.log("========url===",reg.test(browserUrl))
 if (reg.test(browserUrl)){
   // URL = window.location.protocol +"//"+ browserUrl + ":8082"
-  URL = window.location.protocol +"//"+ browserUrl + ":8081"
+  URL = window.location.protocol +"//"+ browserUrl + ":80"
 }
 
 Cookies.set('url',URL)

+ 1 - 1
src/views/changpwd/changpwd/index.vue

@@ -17,7 +17,7 @@
         <el-input v-model="temp.password1" type="password" auto-complete="off" />
       </el-form-item>
       <el-form-item>
-        <el-button type="primary" @click.native.prevent="toAmend">确认修改</el-button>
+        <el-button type="primary" @click.native.prevent="toAmend"></el-button>
       </el-form-item>
     </el-form>
   </div>