中建四局登录页素材以及日常巡检更改参数
This commit is contained in:
parent
ce24f42cc9
commit
4d4331d3bb
BIN
src/assets/images/zjsj/zjsj_admin.png
Normal file
BIN
src/assets/images/zjsj/zjsj_admin.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
BIN
src/assets/images/zjsj/zjsj_loginBgc.jpg
Normal file
BIN
src/assets/images/zjsj/zjsj_loginBgc.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 583 KiB |
BIN
src/assets/images/zjsj/zjsj_loginInpt.png
Normal file
BIN
src/assets/images/zjsj/zjsj_loginInpt.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
BIN
src/assets/images/zjsj/zjsj_logo.png
Normal file
BIN
src/assets/images/zjsj/zjsj_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 46 KiB |
BIN
src/assets/images/zjsj/zjsj_pass.png
Normal file
BIN
src/assets/images/zjsj/zjsj_pass.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
@ -41,14 +41,14 @@ if (process.env.NODE_ENV == 'development') {
|
||||
// tag: 本地
|
||||
// axios.defaults.baseURL = 'http://192.168.34.174:6023/' // 老大本地
|
||||
// axios.defaults.baseURL = 'http://192.168.34.125:6023/' //杨意本地 http/1.1
|
||||
axios.defaults.baseURL = 'http://192.168.34.216:6023/' // 邱平毅本地
|
||||
// axios.defaults.baseURL = 'http://192.168.34.216:6023/' // 邱平毅本地
|
||||
// axios.defaults.baseURL = 'http://192.168.34.125:6023/' //杨意本地 http/1.1
|
||||
// axios.defaults.baseURL = 'http://192.168.34.216:18070/' // 邱平毅本地
|
||||
// axios.defaults.baseURL = 'http://192.168.34.231:6023/'; //杨思瑞本地
|
||||
// axios.defaults.baseURL = 'http://47.97.202.104:6023/';
|
||||
// axios.defaults.baseURL = 'http://139.9.66.234:8/';
|
||||
// axios.defaults.baseURL = 'http://120.196.217.6:7000/'; // 鹤洲
|
||||
// axios.defaults.baseURL = 'http://182.90.224.237:7000/'; // 广西
|
||||
axios.defaults.baseURL = 'http://182.90.224.237:7000/'; // 广西
|
||||
// axios.defaults.baseURL = 'http://120.196.217.6:7000/' //鹤洲
|
||||
|
||||
// axios.defaults.baseURL = 'http://117.156.17.59:9090/'; //
|
||||
|
||||
@ -45,19 +45,19 @@ export default new Vuex.Store({
|
||||
// UPLOADURL:'http://10.0.1.43:6023/upload/image',//测试
|
||||
// FILEURL:'http://10.0.1.43:6023/image/',//测试
|
||||
BASEURL: baseUrl ? baseUrl : window.location.protocol + '//' + window.location.host + '/', //
|
||||
// UPLOADURL: window.location.protocol + '//' + window.location.host + '/upload/image', //
|
||||
// FILEURL: window.location.protocol + '//' + window.location.host + '/image/', //测试 // tag: 本地测试接口
|
||||
UPLOADURL: window.location.protocol + '//' + window.location.host + '/upload/image', //
|
||||
FILEURL: window.location.protocol + '//' + window.location.host + '/image/', //测试 // tag: 本地测试接口
|
||||
/* 2022-05-16 */
|
||||
// tag: 部署河南项目时,需要打开这两行代码
|
||||
// UPLOADURL: 'http://124.71.178.44:100/upload/image',
|
||||
// FILEURL: 'http://124.71.178.44:100/image/',
|
||||
|
||||
/* 2022-06-06 杨意本地的*/ // BASEURL:'http://192.168.34.174:6023/',
|
||||
// UPLOADURL: 'http://192.168.34.125:6023/upload/image',
|
||||
// FILEURL: 'http://192.168.34.125:6023/image/',
|
||||
/* 2022-06-06 广西本地的*/ // BASEURL:'http://192.168.34.174:6023/',
|
||||
// UPLOADURL: 'http://182.90.224.237:7000/upload/image',
|
||||
// FILEURL: 'http://182.90.224.237:7000/image/',
|
||||
// 邱平毅的
|
||||
UPLOADURL: 'http://192.168.34.216:6023/upload/image',
|
||||
FILEURL: 'http://192.168.34.216:6023/image/',
|
||||
// UPLOADURL: 'http://192.168.34.216:6023/upload/image',
|
||||
// FILEURL: 'http://192.168.34.216:6023/image/',
|
||||
|
||||
// UPLOADURL:'http://'+"61.190.32.219:9050"+'/upload/image',//正式
|
||||
// FILEURL:'http://'+"61.190.32.219:9050"+'/image/',//正式
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
<template>
|
||||
<!-- 登录 -->
|
||||
<div class="login">
|
||||
<div >
|
||||
<div class="login" v-if="show">
|
||||
<div class="title flex">
|
||||
<div class="title_l flex2">
|
||||
<img v-if="systemInfo.loginLogo" :src="systemInfo.loginLogo" class="logo" />
|
||||
@ -116,6 +117,17 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="zjsjLogin" v-else>
|
||||
<div class="zjsjcontent">
|
||||
<img class="contentBGI" src="../../assets/images/zjsj/zjsj_loginBgc.jpg" alt="" />
|
||||
</div>
|
||||
|
||||
<div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</template>
|
||||
<script>
|
||||
import vueMatomo from 'vue-matomo'
|
||||
@ -129,6 +141,7 @@ export default {
|
||||
components: { getcode },
|
||||
data() {
|
||||
return {
|
||||
show:true,
|
||||
LOGO: LOGO,
|
||||
loginType: 1,
|
||||
automaticLogin: false,
|
||||
@ -412,6 +425,15 @@ export default {
|
||||
}
|
||||
</script>
|
||||
<style lang="less" scoped>
|
||||
.zjsjLogin{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
.contentBGI{
|
||||
width: 100%;
|
||||
height:100%;
|
||||
}
|
||||
|
||||
}
|
||||
.flex {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
@ -444,7 +444,9 @@ export default {
|
||||
data.id = this.checkRecord[this.checkRecord.length-1].id;
|
||||
data.status = data.status?2:3;
|
||||
data.inspectId = this.id;
|
||||
data.examiner = this.userInfo.userId
|
||||
addCheckAuditApi(data).then(res=>{
|
||||
console.log('----',res)
|
||||
this.auditForm= { //审批回复
|
||||
auditReplyContent: "",
|
||||
auditReplyImg: "",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user