feat: 正式开源vue2客户端

This commit is contained in:
yubaolee
2025-06-06 12:17:02 +08:00
parent 04df41570f
commit 0032a02142
529 changed files with 242254 additions and 12985 deletions

13
Vue2/.env.prod Normal file
View File

@@ -0,0 +1,13 @@
NODE_ENV = production
VUE_APP_OIDC_AUTHORITY = http://demo.openauth.net.cn:12796
VUE_APP_OIDC_CLIENTID = OpenAuth.Pro
VUE_APP_OIDC_REDIRECTURI = http://demo.openauth.net.cn:1803/#/oidc-callback
VUE_APP_OIDC_POSTLOGOUTREDIRECTURI = http://demo.openauth.net.cn:1803
VUE_APP_OIDC_RESPONSETYPE = code
VUE_APP_OIDC_SCOPE = openid profile openauthapi
VUE_APP_OIDC_AUTOMATICSILENTRENEW = true
VUE_APP_OIDC_SILENTREDIRECTURI = http://demo.openauth.net.cn:1803/silent-renew-oidc.html
VUE_APP_BASE_API = http://demo.openauth.net.cn:52789/api
VUE_APP_BASE_IMG_URL = demo.openauth.net.cn:52789