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

fangzhihao 发布系统代码 [TrainSys,Mob]

上级 43d6a9c3
registry=https://registry.npmjs.org/
registry=http://172.16.240.221:8081/repository/ibizsys/
......@@ -7,6 +7,17 @@
## [Unreleased]
## [0.0.18] - 2024-09-25
### Change
- 标签新增支持编辑器参数SHOWMODE用于控制代码表项的显示模式
- drtab默认隐藏默认编辑项
### Fixed
- 修复抽屉和多项选择视图打开异常问题
## [0.0.12] - 2024-01-10
### Fixed
......
<!DOCTYPE html>
<html lang="en" class="light">
<html lang="en" theme="light" class="light">
<head>
<meta charset="utf-8" />
<title>Ionic App</title>
......
{
"name": "@ibiz-template/next-mob",
"private": true,
"version": "0.0.16",
"version": "0.0.18",
"description": "An Ionic project",
"scripts": {
"dev": "vite",
......@@ -11,14 +11,14 @@
},
"dependencies": {
"@ibiz-template-package/vs-tree-ex": "^0.1.2",
"@ibiz-template/mob-theme": "^0.2.13",
"@ibiz-template/mob-vue3-components": "^0.0.18",
"@ibiz-template/core": "0.7.3",
"@ibiz-template/model-helper": "0.7.5",
"@ibiz-template/runtime": "0.7.5",
"@ibiz-template/mob-theme": "^0.2.12",
"@ibiz-template/mob-vue3-components": "^0.0.23",
"@ibiz-template/core": "0.7.35-alpha.1",
"@ibiz-template/model-helper": "0.7.38-alpha.11",
"@ibiz-template/runtime": "0.7.38-alpha.9",
"@ibiz-template/theme": "^0.7.0",
"@ibiz-template/vue3-util": "0.7.5",
"@ibiz/model-core": "^0.1.21",
"@ibiz-template/vue3-util": "0.7.38-alpha.10",
"@ibiz/model-core": "^0.1.55",
"async-validator": "^4.2.5",
"dayjs": "^1.11.10",
"echarts": "^5.4.3",
......
此差异已折叠。
......@@ -5,7 +5,7 @@ window.Environment = {
logLevel: 'TRACE',
BaseUrl: '/api',
isMob: true,
pluginBaseUrl: 'http://unpkg.zhr.icu:8088',
pluginBaseUrl: 'http://172.16.240.221',
// 应用请求基础路径
// appId: '/pms__portalwebapp',
// appId: 'centralstudio__centralstudio',
......@@ -23,8 +23,10 @@ window.Environment = {
// mockDcSystemId: 'pms',
// appId: 'demosys__mobvue3',
// mockDcSystemId: 'demosys',
appId: 'darm__mob',
mockDcSystemId: 'darm',
appId: 'ibizplm__plmmob',
mockDcSystemId: 'ibizplm',
// appId: 'darm__mob',
// mockDcSystemId: 'darm',
// 创新孵化
// appId: 'cxfhmgmt__cxfhappmob',
// mockDcSystemId: 'cxfhmgmt',
......
......@@ -3,7 +3,7 @@ services:
trainsys-app-mob:
image: dstimage
ports:
- "50200:80"
- "80:80"
networks:
- agent_network
environment:
......
......@@ -153,6 +153,10 @@ export default defineConfig({
target: 'http://172.16.103.158:30200',
changeOrigin: true,
},
'/api/ibizplm__plmmob':{
target: 'http://172.16.220.130:30515',
changeOrigin: true,
}
},
cors: true,
fs: {
......
{
"codeName" : "Mob",
"controlStyle" : "EXTVIEW1",
"controlType" : "MOBMDCTRL",
"getCreatePSControlAction" : {
"modelref" : true,
......@@ -50,6 +51,7 @@
},
"groupMode" : "NONE",
"logicName" : "MOB",
"mobListStyle" : "EXTVIEW1",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
......
......@@ -46,6 +46,7 @@
} ],
"getPSControls" : [ {
"codeName" : "Mob",
"controlStyle" : "EXTVIEW1",
"controlType" : "MOBMDCTRL",
"getCreatePSControlAction" : {
"modelref" : true,
......@@ -96,6 +97,7 @@
},
"groupMode" : "NONE",
"logicName" : "MOB",
"mobListStyle" : "EXTVIEW1",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
......
......@@ -136,6 +136,7 @@
} ],
"getPSControls" : [ {
"codeName" : "Mob",
"controlStyle" : "EXTVIEW1",
"controlType" : "MOBMDCTRL",
"getCreatePSControlAction" : {
"modelref" : true,
......@@ -186,6 +187,7 @@
},
"groupMode" : "NONE",
"logicName" : "MOB",
"mobListStyle" : "EXTVIEW1",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
......
......@@ -83,6 +83,7 @@
} ],
"getPSControls" : [ {
"codeName" : "Mob",
"controlStyle" : "EXTVIEW1",
"controlType" : "MOBMDCTRL",
"getCreatePSControlAction" : {
"modelref" : true,
......@@ -133,6 +134,7 @@
},
"groupMode" : "NONE",
"logicName" : "MOB",
"mobListStyle" : "EXTVIEW1",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
......
......@@ -7769,6 +7769,7 @@
} ],
"getPSControls" : [ {
"codeName" : "Mob",
"controlStyle" : "EXTVIEW1",
"controlType" : "MOBMDCTRL",
"getCreatePSControlAction" : {
"modelref" : true,
......@@ -7819,6 +7820,7 @@
},
"groupMode" : "NONE",
"logicName" : "MOB",
"mobListStyle" : "EXTVIEW1",
"getPSAppDataEntity" : {
"modelref" : true,
"path" : "PSSYSAPPS/Mob/PSAPPDATAENTITIES/TEST.json"
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册