Browse Source

Merge branch 'release' of gitadmin/tuoheng_pilot_web into master

tags/v1.0.0
zhangtao 1 year ago
parent
commit
3e3f0e07c3
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .env.production

+ 2
- 2
.env.production View File

@@ -5,10 +5,10 @@ VITE_PUBLIC_PATH = '/'
VITE_APP_USE_MOCK = false

# proxy
VITE_PROXY = [["/api","http://127.0.0.1:8002/api"]]
VITE_PROXY = [["","http://127.0.0.1:8002/api"]]

# base api
VITE_APP_GLOB_BASE_API = '/api'
VITE_APP_GLOB_BASE_API = ''

VITE_AUTHORITY = 'https://oidc.t-aaron.com'
VITE_CLIENT_ID = 'tuoheng-pilot-admin'

Loading…
Cancel
Save