Skip to content

Commit

Permalink
update: 登陆api,不是高级管理员不能进入detail页面
Browse files Browse the repository at this point in the history
  • Loading branch information
FinleyGe committed Aug 22, 2022
1 parent ba31651 commit 0977c3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/const.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export var ENV = 'dev';
// dev 开发模式
// pro 生产模式
export const BASE_URL = 'http://localhost:8888/'
// export const BASE_URL = 'http://101.34.27.200:8888/'
// export const BASE_URL = 'http://localhost:8888/'
export const BASE_URL = 'http://101.34.27.200:8888/'
export const ACM_BASE_URL = 'http://zhangjinhong.top:8081'
export const regions = ['未选择', "朝晖", "屏峰", "莫干山"];
export const choices = [
Expand Down

0 comments on commit 0977c3c

Please sign in to comment.