diff --git a/.env.development b/.env.development index 3bbdd0b..bee98b3 100644 --- a/.env.development +++ b/.env.development @@ -1,6 +1,8 @@ # 变量必须以 VITE_ 为前缀才能暴露给外部读取 NODE_ENV = 'development' VITE_APP_TITLE = '教学一体化平台' +#访问接口 VITE_APP_BASE_API = 'http://127.0.0.1:8080' # VITE_APP_BASE_API = 'http://10.100.200.177:8080' +#跳转后台页面 VITE_ADMIN_URL = '182.92.169.222/portalhome' diff --git a/.env.production b/.env.production index 1cf1e8a..bbefef3 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,7 @@ NODE_ENV = 'production' VITE_APP_TITLE = '教学一体化平台' # VITE_APP_BASE_API = '/api' -VITE_ADMIN_URL = 'http://127.0.0.1:8080' -VITE_ADMIN_URL = 'http://127.0.0.1/portalhome' \ No newline at end of file +#访问接口 +VITE_APP_BASE_API = 'http://182.92.169.222/jxyth' +#跳转后台页面 +VITE_ADMIN_URL = 'http://182.92.169.222/portalhome' \ No newline at end of file diff --git a/dist.zip b/dist.zip deleted file mode 100644 index 1cfa891..0000000 Binary files a/dist.zip and /dev/null differ