@@ -1 +1 @@
-Subproject commit eb8991d7ac31a39857eb0c9dc68610c9d17f5077
+Subproject commit 6900715f84372bdb589ed7bb23e3221fb174a066
-Subproject commit 43eecd2ffbf07c7c5e32d1ac76cbfff0bc26cd01
+Subproject commit da48d31248430f786f5f11db48939ae3bf51d263
@@ -9,6 +9,8 @@
"build": "cross-env NODE_ENV=production webpack --mode=production --config ./webpack.prod.js --progress"
},
"dependencies": {
+ "@leanwo/lowcode-utils": "^1.5.4",
+ "@leanwo/lowcode-vue-renderer": "^1.5.8",
"amis": "^1.9.0",
"animate.css": "^4.1.0",
"ant-design-vue": "^3.2.15",
@@ -65,6 +65,18 @@ module.exports = WebpackMerge.merge(baseConfig, {
changeOrigin: true,
secure:true,
+ '/dashboard': {
+ target: 'http://localhost:83/',
+ ws: false,
+ changeOrigin: true,
+ secure:true,
+ },
+ '/mock': {
'/authApi': {
target: 'http://localhost:83/',
ws: false,