Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-4
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
office
haoban-4
Commits
0e2076fe
Commit
0e2076fe
authored
Jul 28, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改备用代理
parent
a9ad58f0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
3 deletions
+14
-3
new-auth-merchant.vue
src/views/business/new-auth-merchant.vue
+3
-1
vue.config.js
vue.config.js
+11
-2
No files found.
src/views/business/new-auth-merchant.vue
View file @
0e2076fe
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-03-20 14:36:37
* @LastEditors: 无尘
* @LastEditTime: 2020-07-28 15:1
3:4
4
* @LastEditTime: 2020-07-28 15:1
7:0
4
-->
<
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;"
>
...
...
vue.config.js
View file @
0e2076fe
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-07-16 16:37:05
* @LastEditors: 无尘
* @LastEditTime: 2020-07-2
7 15:37:32
* @LastEditTime: 2020-07-2
8 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
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment