diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..0ac8670 --- /dev/null +++ b/.env.development @@ -0,0 +1,8 @@ +# 开发环境配置 +VITE_APP_TITLE = 'SOP作业检测系统' + +# 后端接口地址 +VITE_API_BASE_URL = 'http://10.23.22.43:8188/api' + +# 请求超时时间(毫秒) +VITE_API_TIMEOUT = 15000 diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..e1762fa --- /dev/null +++ b/.env.production @@ -0,0 +1,8 @@ +# 生产环境配置 +VITE_APP_TITLE = 'SOP作业检测系统' + +# 后端接口地址 +VITE_API_BASE_URL = '/api' + +# 请求超时时间(毫秒) +VITE_API_TIMEOUT = 15000 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a547bf3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/index.html b/index.html new file mode 100644 index 0000000..683986f --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + +
+ + + +暂无视频画面
+点击上方「切换」加载实时流,或上传离线视频
+
+ 智能化作业工序检测,精准把控每一道工序
+ 确保产品装配零遗漏
+
请登录您的账号以继续使用
+