Commit cef7749c authored by “yiyousong”'s avatar “yiyousong”

pref:修改环境变量

parent c2c28546
# 生产环境配置
NODE_ENV = production
VUE_APP_API_BASE_URL=http://192.168.0.98:11078/zwfw
VUE_APP_API_BASE_URL=/portal_home/zwfw
# 生产环境配置
NODE_ENV = test
VUE_APP_API_BASE_URL=http://192.168.0.98:11078/zwfw
VUE_APP_API_BASE_URL=/portal_home/zwfw
......@@ -66,12 +66,18 @@ body,
font-size: 16px;
font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑",
sans-serif !important;
width: 100%;
height: 100%;
}
#app {
width: 100% !important;
min-width: 1440px !important;
height: 100% !important;
// width: 100% !important;
min-height: 100% !important;
display: flex;
}
.ant-spin-nested-loading,
.ant-spin-container {
width: 100%;
height: 100% !important;
}
</style>
......@@ -88,7 +88,6 @@ export default {
}
})
.flat();
console.log(this.menuPermission);
}
},
},
......
<template>
<div class="Container">
<div class="search_box">
<!-- <a-input v-model="searchVal">
<div class="slogan-box">
<div class="slogan-title">智慧政务一体化数据管理</div>
<div class="slogan-text">
<span>准实时数据洞察</span>
<span>超大规模数据量</span>
<span>高并发稳定运行</span>
<span>低延时高效查询</span>
</div>
</div>
<!-- <div class="search_box">
<a-input v-model="searchVal">
<a-select slot="addonBefore" v-model="selectVal" style="width: 90px">
<a-select-option
:value="item.value"
......@@ -12,8 +21,8 @@
</a-select-option>
</a-select>
<button class="addonAfter_btn" slot="addonAfter">查询</button>
</a-input> -->
</div>
</a-input>
</div> -->
<div class="skipOption_box">
<ul class="list">
<li class="skip_list">
......@@ -262,8 +271,9 @@ export default {
@headerH: 4.5rem;
.Container {
height: 100%;
width: 100%;
// min-height: 960px;
background: url("~@/assets/images/u22.png") center no-repeat;
background: url("~@/assets/images/zhandian.jpg") center no-repeat;
background-size: cover;
padding-top: @headerH;
display: flex;
......@@ -285,7 +295,7 @@ export default {
color: #ffffff;
background: #fd0b05;
position: relative;
font-weight: 1000;
font-weight: 800;
font-size: 17px;
-webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
......@@ -337,6 +347,23 @@ export default {
margin: 0 !important;
}
}
.slogan-box {
width: 561px;
margin-top: 100px;
color: #fff;
.slogan-title {
font-size: 50px;
font-weight: 600;
letter-spacing: 1px;
margin-bottom: 15px;
}
.slogan-text {
font-size: 18px;
display: flex;
align-items: center;
justify-content: space-between;
}
}
.skipOption_box {
width: 100%;
display: flex;
......@@ -348,7 +375,7 @@ export default {
display: block;
}
align-items: center;
margin-top: 90px;
margin-top: 150px;
.list {
height: 440px;
width: 286px;
......
......@@ -182,7 +182,8 @@ export default {
<style lang="less" scoped>
@headerH: 4.5rem;
.Container {
height: 100%;
width: 100%;
height: auto;
position: relative;
.header_box {
display: flex;
......
......@@ -79,7 +79,7 @@ export default {
.station {
width: 100%;
height: 100%;
background: url("~@/assets/images/zhandian.jpg") center no-repeat;
background: url("~@/assets/images/home_bg.jpg") center no-repeat;
background-size: cover;
position: relative;
padding-top: @headerH;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment