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

pref:修改环境变量

parent c2c28546
# 生产环境配置 # 生产环境配置
NODE_ENV = production 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 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, ...@@ -66,12 +66,18 @@ body,
font-size: 16px; font-size: 16px;
font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑",
sans-serif !important; sans-serif !important;
width: 100%;
height: 100%;
}
#app {
width: 100% !important;
min-width: 1440px !important; min-width: 1440px !important;
height: 100% !important; min-height: 100% !important;
// width: 100% !important; display: flex;
} }
.ant-spin-nested-loading, .ant-spin-nested-loading,
.ant-spin-container { .ant-spin-container {
width: 100%;
height: 100% !important; height: 100% !important;
} }
</style> </style>
...@@ -88,7 +88,6 @@ export default { ...@@ -88,7 +88,6 @@ export default {
} }
}) })
.flat(); .flat();
console.log(this.menuPermission);
} }
}, },
}, },
......
<template> <template>
<div class="Container"> <div class="Container">
<div class="search_box"> <div class="slogan-box">
<!-- <a-input v-model="searchVal"> <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 slot="addonBefore" v-model="selectVal" style="width: 90px">
<a-select-option <a-select-option
:value="item.value" :value="item.value"
...@@ -12,8 +21,8 @@ ...@@ -12,8 +21,8 @@
</a-select-option> </a-select-option>
</a-select> </a-select>
<button class="addonAfter_btn" slot="addonAfter">查询</button> <button class="addonAfter_btn" slot="addonAfter">查询</button>
</a-input> --> </a-input>
</div> </div> -->
<div class="skipOption_box"> <div class="skipOption_box">
<ul class="list"> <ul class="list">
<li class="skip_list"> <li class="skip_list">
...@@ -262,8 +271,9 @@ export default { ...@@ -262,8 +271,9 @@ export default {
@headerH: 4.5rem; @headerH: 4.5rem;
.Container { .Container {
height: 100%; height: 100%;
width: 100%;
// min-height: 960px; // min-height: 960px;
background: url("~@/assets/images/u22.png") center no-repeat; background: url("~@/assets/images/zhandian.jpg") center no-repeat;
background-size: cover; background-size: cover;
padding-top: @headerH; padding-top: @headerH;
display: flex; display: flex;
...@@ -285,7 +295,7 @@ export default { ...@@ -285,7 +295,7 @@ export default {
color: #ffffff; color: #ffffff;
background: #fd0b05; background: #fd0b05;
position: relative; position: relative;
font-weight: 1000; font-weight: 800;
font-size: 17px; font-size: 17px;
-webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27); -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); box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
...@@ -337,6 +347,23 @@ export default { ...@@ -337,6 +347,23 @@ export default {
margin: 0 !important; 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 { .skipOption_box {
width: 100%; width: 100%;
display: flex; display: flex;
...@@ -348,7 +375,7 @@ export default { ...@@ -348,7 +375,7 @@ export default {
display: block; display: block;
} }
align-items: center; align-items: center;
margin-top: 90px; margin-top: 150px;
.list { .list {
height: 440px; height: 440px;
width: 286px; width: 286px;
......
...@@ -182,7 +182,8 @@ export default { ...@@ -182,7 +182,8 @@ export default {
<style lang="less" scoped> <style lang="less" scoped>
@headerH: 4.5rem; @headerH: 4.5rem;
.Container { .Container {
height: 100%; width: 100%;
height: auto;
position: relative; position: relative;
.header_box { .header_box {
display: flex; display: flex;
......
...@@ -79,7 +79,7 @@ export default { ...@@ -79,7 +79,7 @@ export default {
.station { .station {
width: 100%; width: 100%;
height: 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; background-size: cover;
position: relative; position: relative;
padding-top: @headerH; 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