소스 검색

修改前端sass版本

xusl 1 년 전
부모
커밋
0b4e8d4661

+ 1 - 0
.gitignore

@@ -16,3 +16,4 @@ tests/**/coverage/
 *.sln
 /src/main/resources/static/
 /.idea/
+**/target/

+ 2 - 2
ipfcst/ipfcst-console/package.json

@@ -22,7 +22,7 @@
     "font-awesome": "^4.7.0",
     "js-cookie": "2.2.0",
     "moment": "^2.24.0",
-    "node-sass": "^4.9.0",
+    "node-sass": "^6.0.1",
     "normalize.css": "7.0.0",
     "nprogress": "0.2.0",
     "particles.js": "^2.0.0",
@@ -56,7 +56,7 @@
     "mockjs": "1.0.1-beta3",
     "pulldown": "^1.1.0",
     "runjs": "^4.3.2",
-    "sass-loader": "^7.1.0",
+    "sass-loader": "^10.2.0",
     "script-ext-html-webpack-plugin": "2.1.3",
     "script-loader": "0.7.2",
     "serve-static": "^1.13.2",

+ 1 - 1
ipfcst/ipfcst-console/src/main/resources/application.yml

@@ -25,7 +25,7 @@ spring:
       # 数据源配置
       username: root
       password: '!QAZ2root'
-      url: jdbc:mysql://localhost:3306/ipfcst-v3?useUnicode=true&characterEncoding=UTF-8&characterSetResults=UTF-8&autoReconnect=true&rewriteBatchedStatements=true&serverTimezone=Asia/Shanghai
+      url: jdbc:mysql://192.168.1.205:3306/ipfcst-znzx?useUnicode=true&characterEncoding=UTF-8&characterSetResults=UTF-8&autoReconnect=true&rewriteBatchedStatements=true&serverTimezone=Asia/Shanghai
       driver-class-name: com.mysql.cj.jdbc.Driver
       # 初始化 最小 最大
       initial-size: 10

+ 2 - 2
ipfcst/ipfcst-reportquery/package.json

@@ -57,10 +57,10 @@
     "eslint-plugin-vue": "5.2.2",
     "html-webpack-plugin": "3.2.0",
     "mockjs": "1.0.1-beta3",
-    "node-sass": "^4.9.0",
+    "node-sass": "^6.0.1",
     "pulldown": "^1.1.0",
     "runjs": "^4.3.2",
-    "sass-loader": "^7.1.0",
+    "sass-loader": "^10.2.0",
     "script-ext-html-webpack-plugin": "2.1.3",
     "script-loader": "0.7.2",
     "serve-static": "^1.13.2",

+ 1 - 1
ipfcst/ipfcst-reportquery/src/main/resources/application.yml

@@ -12,7 +12,7 @@ spring:
       # 数据源配置
       username: root
       password: '!QAZ2root'
-      url: jdbc:mysql://localhost:3306/ipfcst-v3?useUnicode=true&characterEncoding=UTF-8&characterSetResults=UTF-8&autoReconnect=true&rewriteBatchedStatements=true&serverTimezone=Asia/Shanghai
+      url: jdbc:mysql://192.168.1.168:3306/ipfcst-znzx?useUnicode=true&characterEncoding=UTF-8&characterSetResults=UTF-8&autoReconnect=true&rewriteBatchedStatements=true&serverTimezone=Asia/Shanghai
       driver-class-name: com.mysql.cj.jdbc.Driver
       # 初始化 最小 最大
       initial-size: 5