feat: 模版

This commit is contained in:
gary 2022-06-07 13:45:49 +08:00
parent b9898ba85c
commit 9224fd17ae
2 changed files with 1 additions and 5 deletions

View File

@ -11,7 +11,7 @@ export default {
// localhost:8000/api/** -> https://preview.pro.ant.design/api/** // localhost:8000/api/** -> https://preview.pro.ant.design/api/**
'/admin/': { '/admin/': {
// 要代理的地址 // 要代理的地址
target: 'http://106.55.157.116:8086', target: '',
// 配置了这个可以从 http 代理到 https // 配置了这个可以从 http 代理到 https
// 依赖 origin 的功能可能需要这个,比如 cookie // 依赖 origin 的功能可能需要这个,比如 cookie
changeOrigin: true, changeOrigin: true,

View File

@ -1,4 +0,0 @@
export enum BlindboxStatusType {
PUBLISHED = 'published',
NO_PUBLISH = 'no_publish',
}