人生啊人生 10 months ago
parent
commit
58ca6d555f
2 changed files with 6 additions and 19 deletions
  1. 4 16
      README.md
  2. 2 3
      package.json

+ 4 - 16
README.md

@@ -1,13 +1,3 @@
-## 实现平台
-
-### 项目地址
-https://www.3dyzt.com/eduTrain/web-user/index.html
-
-部署
-
-``` 
-curl --header "Content-Type: application/json" --request POST --data "{}" http://flow-openapi.aliyun.com/pipeline/webhook/nvsouzBTl6lSbrFj8emC
-```
 
 ### 接口API地址
 https://api.3dyzt.com/eduTrain/userApi/doc.html#/home
@@ -26,7 +16,7 @@ https://api.3dyzt.com/eduTrain/userApi/doc.html#/home
 这里会更新最新实训会用到的文件
 
 下载地址
-https://www.3dyzt.com/eduTrain/3dMain.rar
+https://www.3dyzt.com/waterMaintenance/3dMain.rar
 将下载的文件,解压在
 public 根目录即可
 最后得到的是一个
@@ -38,16 +28,14 @@ http://127.0.0.1:5173/#/CourseMng
 
 ### 项目发布所在OSS目录
 
-oss://3dyzt/eduTrain/
+oss://3dyzt/waterMaintenance/
 
 3d场景文件放置在
 
-oss://3dyzt/eduTrain/3dMain/
+oss://3dyzt/waterMaintenance/3dMain/
 
 ### 发布后的项目地址
-https://www.3dyzt.com/eduTrain/web-user/index.html
-
-
+https://www.3dyzt.com/waterMaintenance/index.html
 
 ### 临时做测试用

+ 2 - 3
package.json

@@ -1,13 +1,12 @@
 {
-  "name": "edu-train-web",
+  "name": "water_maintenance",
   "private": true,
   "version": "0.0.0",
   "type": "module",
   "scripts": {
     "dev": "vite",
     "build": "vite build",
-    "preview": "vite preview",
-    "deploy": "curl --header \"Content-Type: application/json\" --request POST --data \"{}\" http://flow-openapi.aliyun.com/pipeline/webhook/nvsouzBTl6lSbrFj8emC"
+    "preview": "vite preview"
   },
   "dependencies": {
     "@element-plus/icons-vue": "^2.3.1",