初始化
parent
64b13127bc
commit
82f8910169
|
@ -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 {
|
||||
|
|
|
@ -89,7 +89,7 @@ export default {
|
|||
},
|
||||
loading: false,
|
||||
// 验证码开关
|
||||
captchaEnabled: false,
|
||||
captchaEnabled: true,
|
||||
// 注册开关
|
||||
register: true,
|
||||
redirect: undefined
|
||||
|
|
|
@ -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]: ''
|
||||
|
|
Loading…
Reference in New Issue