LingxinMeng 1 년 전
부모
커밋
a810d487c7
4개의 변경된 파일304개의 추가작업 그리고 388개의 파일을 삭제
  1. 0 38
      README.md
  2. 282 312
      package-lock.json
  3. 22 0
      readme.md
  4. 0 38
      vue.config.js

+ 0 - 38
README.md

@@ -1,38 +0,0 @@
-# cicv-oa
-
-## 启动过程
-```
-1. 安装 node 16.x
-2. npm config get registry
-3. npm config set registry https://registry.npm.taobao.org
-4. 在 package-lock.json 里修改版本为124,package.json不行
-4. npm install / npm i three@0.124.0
-```
-
-### 本地启动
-```
-npm run serve
-```
-
-### 打包dist
-```
-npm run build
-```
-
-### Run your unit tests
-```
-npm run test:unit
-```
-
-### Run your end-to-end tests
-```
-npm run test:e2e
-```
-
-### Lints and fixes files
-```
-npm run lint
-```
-
-### Customize configuration
-See [Configuration Reference](https://cli.vuejs.org/config/).

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 282 - 312
package-lock.json


+ 22 - 0
readme.md

@@ -0,0 +1,22 @@
+# simulation-front
+
+## 启动过程
+```
+1. 安装 node 16.x(例如16.20.1)
+2. npm config get registry
+3. npm config set registry https://registry.npmmirror.com
+4. 在 package-lock.json 里确定 three版本为 0.141.0,否则无法安装依赖
+5. 安装依赖:npm install
+4. 安装指定版本的 three 替换:npm i three@0.124.0
+```
+
+### 本地启动
+```
+npm run serve
+```
+
+### 打包dist
+```
+npm run build
+```
+

+ 0 - 38
vue.config.js

@@ -77,9 +77,6 @@ module.exports = {
         hot: true,
         proxy: { // 配置跨域处理 可以设置多个
             '/simulation/oauth': {
-                // target: 'http://10.12.10.70', // windowstest
-                // target: 'http://47.94.105.148:81', // aliyun-new-dev 1
-                // target: 'http://47.94.105.148:80', // aliyun-new
                 target: 'http://36.110.106.156', // online-new
                 changeOrigin: true,
                 secure: false, // 如果是https接口,需要配置这个参数
@@ -88,20 +85,7 @@ module.exports = {
                 }
             },
             '/simulation/resource/common': {
-                // target: 'http://10.10.83.145:6888/user-center',
-                // target: 'http://10.12.10.70/simulation',
-                // target: 'http://10.12.10.70:7001', // 登录
-                // target: 'http://10.12.10.87:7003', // 王志强
-                // target: 'http://10.12.10.70', // windowstest
-                // target: 'http://10.12.10.87:8001', // 赵艳
-                // target: 'http://10.12.10.72:8001', // 王晓峰
-                // target: 'http://192.168.30.75', // gq
-                // target: 'http://47.94.105.148', // aliyun
                 target: 'http://36.110.106.156', // online-new
-                // target: 'http://47.94.105.148:81', // aliyun-new-dev
-                // target: 'http://47.93.217.159', // aliyun-dev
-                // target: 'http://47.94.105.148:80', // aliyun-new
-                // target: 'http://10.12.10.74:8001',
                 changeOrigin: true,
                 secure: false, // 如果是https接口,需要配置这个参数
                 pathRewrite: {
@@ -109,18 +93,7 @@ module.exports = {
                 }
             },
             '/simulation/resource/server': {
-                // target: 'http://10.12.10.87:7003', // 王志强
-                // target: 'http://10.12.10.88:7003', // 王耀栋
-                // target: 'http://10.12.10.72:7003', // 王晓峰
-                // target: 'http://10.12.10.87:7003', // 赵艳
-                // target: 'http://10.12.10.70', // windowstest
-                // target: 'http://192.168.30.75', // gq
-                // target: 'http://47.94.105.148', // aliyun
                 target: 'http://36.110.106.156', // online-new
-                // target: 'http://47.94.105.148:81', // aliyun-new-dev
-                // target: 'http://47.93.217.159', // aliyun-dev
-                // target: 'http://47.94.105.148:80', // aliyun-new
-                // target: 'http://10.12.10.74:7003',// 孟令鑫
                 changeOrigin: true,
                 secure: false, // 如果是https接口,需要配置这个参数
                 pathRewrite: {
@@ -128,18 +101,7 @@ module.exports = {
                 }
             },
             '/simulation/resource/video': {
-                // target: 'http://10.12.10.87:7003', // 王志强
-                // target: 'http://10.12.10.88:7003', // 王耀栋
-                // target: 'http://10.12.10.72:7003', // 王晓峰
-                // target: 'http://10.12.10.87:7003', // 赵艳
-                // target: 'http://10.12.10.70', // windowstest
-                // target: 'http://192.168.30.75', // gq
-                // target: 'http://47.94.105.148', // aliyun
                 target: 'http://36.110.106.156', // online-new
-                // target: 'http://47.94.105.148:81', // aliyun-new-dev
-                // target: 'http://47.94.105.148:80', // aliyun-new
-                // target: 'http://47.93.217.159', // aliyun-dev
-                // target: 'http://10.12.10.74:7003',// 孟令鑫
                 changeOrigin: true,
                 secure: false, // 如果是https接口,需要配置这个参数
                 pathRewrite: {

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.