提交 3e1cf7a3 编写于 作者: ibizdev's avatar ibizdev

zhujiamin 发布系统代码 [TrainSys,网页端]

上级 e72db37c
...@@ -13,13 +13,13 @@ ...@@ -13,13 +13,13 @@
"dependencies": { "dependencies": {
"@floating-ui/dom": "^1.5.3", "@floating-ui/dom": "^1.5.3",
"@ibiz-template/command": "^0.0.1-beta.50", "@ibiz-template/command": "^0.0.1-beta.50",
"@ibiz-template/controller": "^0.0.1-beta.135", "@ibiz-template/controller": "^0.0.1-beta.136",
"@ibiz-template/core": "^0.0.1-beta.135", "@ibiz-template/core": "^0.0.1-beta.136",
"@ibiz-template/model": "^0.0.1-beta.135", "@ibiz-template/model": "^0.0.1-beta.136",
"@ibiz-template/runtime": "^0.0.1-beta.135", "@ibiz-template/runtime": "^0.0.1-beta.136",
"@ibiz-template/service": "^0.0.1-beta.135", "@ibiz-template/service": "^0.0.1-beta.136",
"@ibiz-template/theme": "^0.0.1-beta.135", "@ibiz-template/theme": "^0.0.1-beta.136",
"@ibiz-template/vue-util": "^0.0.1-beta.135", "@ibiz-template/vue-util": "^0.0.1-beta.136",
"@ibiz/dynamic-model-api": "^2.1.28", "@ibiz/dynamic-model-api": "^2.1.28",
"@riophae/vue-treeselect": "^0.4.0", "@riophae/vue-treeselect": "^0.4.0",
"dayjs": "^1.11.10", "dayjs": "^1.11.10",
......
此差异已折叠。
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
"lodash-es": "../js/lodash/4.17.21/lodash.system.min.js", "lodash-es": "../js/lodash/4.17.21/lodash.system.min.js",
"echarts": "../js/echarts/5.4.3/echarts.min.js", "echarts": "../js/echarts/5.4.3/echarts.min.js",
"qx-util": "../js/qx-util/0.4.8/qx-util.system.js", "qx-util": "../js/qx-util/0.4.8/qx-util.system.js",
"pinia": "../js/pinia/2.1.7/pinia.system.prod.js",
"path-browserify": "../js/path-browserify/1.0.1/index.system.min.js", "path-browserify": "../js/path-browserify/1.0.1/index.system.min.js",
"@floating-ui/dom": "../js/@floating-ui/dom/1.5.3/floating-ui.dom.system.min.js", "@floating-ui/dom": "../js/@floating-ui/dom/1.5.3/floating-ui.dom.system.min.js",
"@riophae/vue-treeselect": "../js/@riophae/vue-treeselect/0.4.0/vue-treeselect.umd.min.js", "@riophae/vue-treeselect": "../js/@riophae/vue-treeselect/0.4.0/vue-treeselect.umd.min.js",
......
...@@ -42,7 +42,6 @@ export default defineConfig({ ...@@ -42,7 +42,6 @@ export default defineConfig({
'@ibiz-template/vue-util', '@ibiz-template/vue-util',
'@floating-ui/dom', '@floating-ui/dom',
'path-browserify', 'path-browserify',
'pinia',
'qx-util', 'qx-util',
], ],
}, },
...@@ -58,7 +57,7 @@ export default defineConfig({ ...@@ -58,7 +57,7 @@ export default defineConfig({
changeOrigin: true, changeOrigin: true,
}, },
'/gsmgmt__gsweb': { '/gsmgmt__gsweb': {
target: 'http://172.16.103.158:30062', target: 'http://172.16.103.158:30162',
changeOrigin: true, changeOrigin: true,
}, },
'/sztrainsys__web': { '/sztrainsys__web': {
......
...@@ -1517,16 +1517,16 @@ ...@@ -1517,16 +1517,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
}, { }, {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
} ] } ]
}, { }, {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册