build: Flutter Web 生产环境构建

- 后端: mvn clean package -DskipTests 
- Flutter Web: flutter build web --release --dart-define=ENV=prod 
- Admin: Vue管理后台(存在TypeScript类型警告)⚠️
This commit is contained in:
2026-04-06 11:58:00 +08:00
parent bb893b4d54
commit b3ec46fed5
3 changed files with 4 additions and 4 deletions

View File

@@ -37,6 +37,6 @@ _flutter.buildConfig = {"engineRevision":"e4b8dca3f1b4ede4c30371002441c88c12187e
_flutter.loader.load({
serviceWorkerSettings: {
serviceWorkerVersion: "1900011430" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
serviceWorkerVersion: "3538472785" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
}
});