初始化

pull/1/head
Cui YongXing 2024-08-08 16:05:18 +08:00 committed by 张腾
parent 82f8910169
commit ae3c79fa7a
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
<div class="right-menu">
<el-button @click="drawerTru" type="primary" style="margin-left: 16px;">
<el-button @click="drawerTru" type="primary" style="margin: 10px 0;">
<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: 100%;
height: 70%;
line-height: 50px;
&:focus {

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://36.139.202.141:81`,
target: `http://36.139.202.141:82/prod-api`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''