Commit 0e2076fe by 无尘

fix: 修改备用代理

parent a9ad58f0
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-03-20 14:36:37
* @LastEditors: 无尘
* @LastEditTime: 2020-07-28 15:13:44
* @LastEditTime: 2020-07-28 15:17:04
-->
<template>
<div class="my-customer-wrap common-set-wrap">
......@@ -26,6 +26,7 @@
</el-autocomplete>
</el-form-item>
<el-form-item label="门店绑定" prop="bindRange">
<span v-if="authForm.bindMode == 0">已选全部</span>
<div class="el-select store-item-content" @click="showStore(1)">
<div class="el-select__tags" style="max-width: 348px;">
<span style="display:block; overflow-x: auto;">
......@@ -40,6 +41,7 @@
</div>
</el-form-item>
<el-form-item label="门店共享" prop="shareRange">
<span v-if="authForm.shareMode == 0">已选全部</span>
<div class="el-select store-item-content" @click="showStore(2)">
<div class="el-select__tags" style="max-width: 348px;">
<span style="display:block; overflow-x: auto;">
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-07-16 16:37:05
* @LastEditors: 无尘
* @LastEditTime: 2020-07-27 15:37:32
* @LastEditTime: 2020-07-28 15:30:27
*/
const path = require("path");
......@@ -24,7 +24,16 @@ module.exports = {
warnings: false,
errors: true
},
// proxy: {}
/* proxy: {
'/hb-manage-web/': {
target: 'https://four.gicdev.com/', //API服务器的地址
// ws: true, //代理websockets
changeOrigin: true, // 虚拟的站点需要更管origin
pathRewrite: { //重写路径 比如'/api/aaa/ccc'重写为'/aaa/ccc'
'^/hb-manage-web': ''
}
}
} */
},
configureWebpack: config => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment