初始化

pull/1/head
Cui YongXing 2024-07-27 10:36:43 +08:00 committed by 张腾
parent 64b13127bc
commit 82f8910169
3 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
<div class="right-menu">
<el-button @click="drawerTru" type="primary" style="margin: 10px 0;">
<el-button @click="drawerTru" type="primary" style="margin-left: 16px;">
<i class="el-icon-s-comment"></i>
</el-button>
<template v-if="device!=='mobile'">
@ -286,7 +286,7 @@ export default {
.right-menu {
float: right;
height: 70%;
height: 100%;
line-height: 50px;
&:focus {

View File

@ -89,7 +89,7 @@ export default {
},
loading: false,
//
captchaEnabled: false,
captchaEnabled: true,
//
register: true,
redirect: undefined

View File

@ -35,7 +35,7 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: `http://21.12.0.10/prod-api`,
target: `http://36.139.202.141:81`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''