commit 36e7bcba5fb4292dde8e3afde9359a3b8ceb943c Author: 陈松淇 <13064858583@163.com> Date: Mon Jan 5 17:38:04 2026 +0800 初始化项目:添加核心代码和配置文件 diff --git a/.env b/.env new file mode 100644 index 0000000..2342038 --- /dev/null +++ b/.env @@ -0,0 +1,5 @@ + +VITE_API_URL=http://112.19.93.197:12195/portal/api/arm/nocode/attachment/download/ +VITE_API_URLs=https://zhmt.aqsh.sinopec.com/portal/api/arm/nocode/attachment/download/ + + 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/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html new file mode 100644 index 0000000..382f343 --- /dev/null +++ b/index.html @@ -0,0 +1,20 @@ + + +
+ + + + + + +