拓恒飞手平台网页
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
410B

  1. # 资源公共路径,需要以 /开头和结尾
  2. VITE_PUBLIC_PATH = '/'
  3. # 是否启用MOCK
  4. VITE_APP_USE_MOCK = false
  5. # proxy
  6. VITE_PROXY = [["/api","http://127.0.0.1:8002/api"]]
  7. # base api
  8. VITE_APP_GLOB_BASE_API = '/api'
  9. VITE_AUTHORITY = 'http://oidc.dev.t-aaron.com'
  10. VITE_CLIENT_ID = 'tuoheng-pilot-admin'
  11. VITE_CLIENT_SECRET = 'WB0CZ1c6bZLiYP6jLtDFsA=='
  12. VITE_REDIRECT_URI = 'http://192.168.11.11:7011/login'