diff --git a/healthlink-his-mobile/.env.development b/healthlink-his-mobile/.env.development new file mode 100644 index 000000000..390ebe68b --- /dev/null +++ b/healthlink-his-mobile/.env.development @@ -0,0 +1,11 @@ +# 页面标题 +VITE_APP_TITLE = HealthLink移动护理 + +# 开发环境配置 +VITE_APP_ENV = 'development' + +# API地址 +VITE_APP_BASE_API = '/dev-api' + +# 后端代理地址 +VITE_API_PROXY = 'http://localhost:18080/healthlink-his' diff --git a/healthlink-his-mobile/.env.production b/healthlink-his-mobile/.env.production new file mode 100644 index 000000000..8196ebc02 --- /dev/null +++ b/healthlink-his-mobile/.env.production @@ -0,0 +1,8 @@ +# 页面标题 +VITE_APP_TITLE = HealthLink移动护理 + +# 生产环境配置 +VITE_APP_ENV = 'production' + +# API地址 +VITE_APP_BASE_API = '/dev-api' diff --git a/healthlink-his-mobile/.gitignore b/healthlink-his-mobile/.gitignore new file mode 100644 index 000000000..ef1ea7305 --- /dev/null +++ b/healthlink-his-mobile/.gitignore @@ -0,0 +1,6 @@ +node_modules/ +dist/ +.env.local +.env.*.local +*.log +package-lock.json diff --git a/healthlink-his-mobile/index.html b/healthlink-his-mobile/index.html new file mode 100644 index 000000000..0eba5633c --- /dev/null +++ b/healthlink-his-mobile/index.html @@ -0,0 +1,14 @@ + + +
+ + + + +护士工作站
+