f5167a3e by zhangmeng

首页

1 parent be9dc910
......@@ -487,6 +487,13 @@ function getCode() {
}
}
@media (max-width: 750px) {
.topNav .logo {
margin-left: 0;
height: 40px;
}
}
.active {
color: #fff;
border-bottom: 2px solid #fff;
......
......@@ -3,6 +3,7 @@
v-model="show" :close-on-click-modal="false" :title="title" append-to-body center
class="pcloginpop" close-icon="CircleClose"
destroy-on-close
style="min-width: 350px;"
>
<div class="boxInvitation">
......
<template>
<el-dialog v-model="show" :append-to-body="true" :title="language==0?'注册':'Login'"
center close-icon="CircleClose" destroy-on-close width="480" @close="close">
center close-icon="CircleClose" destroy-on-close style="min-width: 350px;max-width: 480px" @close="close">
<div>
<el-form :label-position="language==0?'right':'top'" :label-width="language==0?80:150" class="d-form" size="large"
style="max-width: 500px;margin: auto">
......
......@@ -83,9 +83,9 @@ export default defineConfig(({mode, command}) => {
rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '')
},
'/dev-api': {
// target: 'http://192.168.1.118:8082/',
target: 'http://192.168.1.118:8082/',
// target: 'http://192.168.1.131:8081/',
target: 'https://tk005.wxjylt.com/stage-api',
// target: 'https://tk005.wxjylt.com/stage-api',
// target: 'http://124.70.181.90:1880/stage-api',
// target: 'https://sys.2025wtcwuxi.com/stage-api/',
changeOrigin: true,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!