feat: 模版
This commit is contained in:
parent
b9898ba85c
commit
9224fd17ae
|
|
@ -11,7 +11,7 @@ export default {
|
|||
// localhost:8000/api/** -> https://preview.pro.ant.design/api/**
|
||||
'/admin/': {
|
||||
// 要代理的地址
|
||||
target: 'http://106.55.157.116:8086',
|
||||
target: '',
|
||||
// 配置了这个可以从 http 代理到 https
|
||||
// 依赖 origin 的功能可能需要这个,比如 cookie
|
||||
changeOrigin: true,
|
||||
|
|
|
|||
|
|
@ -1,4 +0,0 @@
|
|||
export enum BlindboxStatusType {
|
||||
PUBLISHED = 'published',
|
||||
NO_PUBLISH = 'no_publish',
|
||||
}
|
||||
Loading…
Reference in New Issue