feat:合并

This commit is contained in:
lixg
2023-02-25 15:59:39 +08:00
2 changed files with 4 additions and 4 deletions

View File

@@ -821,7 +821,7 @@ const cancelStorage = async () => {
.ant-modal {
width: 549px !important;
height: 245px !important;
.ant-modal-content {
width: 549px !important;
height: 245px !important;
@@ -1285,7 +1285,7 @@ const cancelStorage = async () => {
flex-wrap: wrap;
position: sticky;
top: 0;
z-index: 99999;
z-index: 999;
.item {
height: 115px;

View File

@@ -15,8 +15,8 @@ module.exports = defineConfig({
port: 8070,
proxy: {
"/manageApi": {
//target: 'http:' + process.env.VUE_APP_PROXY_URL,
target: 'http://localhost:30001',
target: 'http:' + process.env.VUE_APP_PROXY_URL,
//target: 'http://localhost:30001',
changeOrigin: true, //表示是否改变原域名
pathRewrite: {
"^/manageApi": "",