更新租户管理排版
This commit is contained in:
@@ -560,8 +560,8 @@ onMounted(() => {
|
||||
<PageContainer>
|
||||
<a-row :gutter="16">
|
||||
<a-col
|
||||
:lg="4"
|
||||
:md="4"
|
||||
:lg="5"
|
||||
:md="5"
|
||||
:xs="24"
|
||||
style="margin-bottom: 24px"
|
||||
v-show="collapsible"
|
||||
@@ -607,7 +607,7 @@ onMounted(() => {
|
||||
</a-card>
|
||||
</a-col>
|
||||
|
||||
<a-col :lg="collapsible ? 20 : 24" :md="collapsible ? 20 : 24" :xs="24">
|
||||
<a-col :lg="collapsible ? 19 : 24" :md="collapsible ? 19 : 24" :xs="24">
|
||||
<a-card
|
||||
size="small"
|
||||
:bordered="false"
|
||||
|
||||
@@ -20,8 +20,8 @@ export default defineConfig(({ mode }) => {
|
||||
proxy: {
|
||||
// https://cn.vitejs.dev/config/#server-proxy
|
||||
[env.VITE_API_BASE_URL]: {
|
||||
// target: 'http://192.168.2.166:3030',
|
||||
target: 'http://192.168.5.58:33040',
|
||||
target: 'http://192.168.2.219:33040',
|
||||
//target: 'http://192.168.5.58:33040',
|
||||
changeOrigin: true,
|
||||
rewrite: p => p.replace(env.VITE_API_BASE_URL, ''),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user