fix: BUG修改
This commit is contained in:
parent
75c76a9372
commit
6ba0bdd0c0
@ -2,10 +2,10 @@
|
||||
NODE_ENV = 'development'
|
||||
|
||||
# 本地环境接口地址(/api/index.ts文件中使用)
|
||||
VITE_API_URL = 'http://192.168.34.155:6688'
|
||||
# VITE_API_URL = 'http://192.168.34.155:6688'
|
||||
# VITE_API_URL = 'http://2xliv7gs.shenzhuo.vip:55296'
|
||||
VITE_WPAPI_URL = "http://182.90.224.147:8081"
|
||||
# VITE_API_URL = "http://182.90.224.147:9013"
|
||||
VITE_API_URL = "http://182.90.224.147:9013"
|
||||
|
||||
# 上传
|
||||
# VITE_ULD_API_URL = 'http://192.168.34.155:8012/onlinePreview?url='
|
||||
|
||||
@ -607,7 +607,7 @@ watch(
|
||||
}
|
||||
.gantt-box {
|
||||
box-sizing: border-box;
|
||||
width: calc(100% - 20px);
|
||||
width: calc(100% - 320px);
|
||||
height: 100%;
|
||||
padding: 18px;
|
||||
background: #092945;
|
||||
|
||||
@ -5,8 +5,8 @@
|
||||
<div class="header-lf">
|
||||
<div class="logo flx-center">
|
||||
<!-- <img src="@/assets/images/logo.svg" alt="logo" /> -->
|
||||
<img src="@/assets/images/login/china.png" style="margin: 0 15px" alt="logo" />
|
||||
<span>数字化政务监管平台</span>
|
||||
<!-- <img src="@/assets/images/login/china.png" style="margin: 0 15px" alt="logo" />
|
||||
<span>数字化政务监管平台</span> -->
|
||||
</div>
|
||||
<ToolBarLeft />
|
||||
</div>
|
||||
|
||||
@ -388,7 +388,7 @@ const dateList = computed(() => {
|
||||
<style scoped lang="scss">
|
||||
.gantt-box {
|
||||
box-sizing: border-box;
|
||||
width: 100%px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 18px;
|
||||
background: #092945;
|
||||
|
||||
@ -407,7 +407,7 @@ const dateList = computed(() => {
|
||||
<style scoped lang="scss">
|
||||
.gantt-box {
|
||||
box-sizing: border-box;
|
||||
width: 100%px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 18px;
|
||||
background: #092945;
|
||||
|
||||
@ -3,8 +3,8 @@
|
||||
<div class="header-lf">
|
||||
<div class="logo">
|
||||
<!-- <img src="@/assets/images/logo.svg" alt="logo" /> -->
|
||||
<img src="@/assets/images/login/china.png" style="margin: 0 15px" alt="logo" />
|
||||
<span>数字化政务监管平台</span>
|
||||
<!-- <img src="@/assets/images/login/china.png" style="margin: 0 15px" alt="logo" />
|
||||
<span>数字化政务监管平台</span> -->
|
||||
<span class="middle">|</span>
|
||||
<span>企业注册</span>
|
||||
</div>
|
||||
|
||||
@ -4,8 +4,8 @@
|
||||
<div class="logo">
|
||||
<!-- <img src="@/assets/images/logo.svg" alt="logo" /> -->
|
||||
<div>
|
||||
<img src="@/assets/images/login/china.png" style="margin: 0 15px" alt="logo" />
|
||||
<span>数字化政务监管平台</span>
|
||||
<!-- <img src="@/assets/images/login/china.png" style="margin: 0 15px" alt="logo" />
|
||||
<span>数字化政务监管平台</span> -->
|
||||
</div>
|
||||
|
||||
<span class="middle">|</span>
|
||||
|
||||
@ -4,8 +4,8 @@
|
||||
<!-- <SwitchDark class="dark" /> -->
|
||||
<div class="login-left">
|
||||
<!-- <img src="@/assets/images/login_left.png" alt="login" /> -->
|
||||
<img src="@/assets/images/login/computerIcon.png" alt="" /><br />
|
||||
<span>数字化政务监管平台</span>
|
||||
<!-- <img src="@/assets/images/login/computerIcon.png" alt="" /><br />
|
||||
<span>数字化政务监管平台</span> -->
|
||||
</div>
|
||||
<div class="login-form">
|
||||
<div class="login-logo">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user