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

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

上级 10a883a8
...@@ -13,13 +13,13 @@ ...@@ -13,13 +13,13 @@
"dependencies": { "dependencies": {
"@floating-ui/dom": "^1.0.11", "@floating-ui/dom": "^1.0.11",
"@ibiz-template/command": "^0.0.1-beta.50", "@ibiz-template/command": "^0.0.1-beta.50",
"@ibiz-template/controller": "^0.0.1-beta.111", "@ibiz-template/controller": "^0.0.1-beta.112",
"@ibiz-template/core": "^0.0.1-beta.111", "@ibiz-template/core": "^0.0.1-beta.112",
"@ibiz-template/model": "^0.0.1-beta.111", "@ibiz-template/model": "^0.0.1-beta.112",
"@ibiz-template/runtime": "^0.0.1-beta.111", "@ibiz-template/runtime": "^0.0.1-beta.112",
"@ibiz-template/service": "^0.0.1-beta.111", "@ibiz-template/service": "^0.0.1-beta.112",
"@ibiz-template/theme": "^0.0.1-beta.111", "@ibiz-template/theme": "^0.0.1-beta.112",
"@ibiz-template/vue-util": "^0.0.1-beta.111", "@ibiz-template/vue-util": "^0.0.1-beta.112",
"@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.7", "dayjs": "^1.11.7",
......
此差异已折叠。
import { useNamespace } from '@ibiz-template/vue-util'; import { useNamespace } from '@ibiz-template/vue-util';
import { defineComponent } from 'vue'; import { defineComponent } from 'vue';
import '@ibiz-template/theme/style/components/common/app-icon/app-icon.scss';
import { IViewMessage } from '@ibiz-template/controller'; import { IViewMessage } from '@ibiz-template/controller';
export const ViewMessage = defineComponent({ export const ViewMessage = defineComponent({
......
...@@ -323,7 +323,6 @@ export const AppMenu = defineComponent({ ...@@ -323,7 +323,6 @@ export const AppMenu = defineComponent({
router.beforeEach((to, from, next) => { router.beforeEach((to, from, next) => {
if (from.fullPath === cacheFullPath) { if (from.fullPath === cacheFullPath) {
emit('menuRouteChange'); emit('menuRouteChange');
console.log('菜单点击', from);
} }
next(); next();
}); });
...@@ -388,7 +387,6 @@ export const AppMenu = defineComponent({ ...@@ -388,7 +387,6 @@ export const AppMenu = defineComponent({
c.menuItemsState[item.source.id].permitted c.menuItemsState[item.source.id].permitted
); );
}); });
console.log('defaultActiveMenuItem', defaultActiveMenuItem);
if (defaultActiveMenuItem && !route.params.view2) { if (defaultActiveMenuItem && !route.params.view2) {
defaultActive.value = defaultActiveMenuItem.id; defaultActive.value = defaultActiveMenuItem.id;
......
...@@ -128,8 +128,6 @@ function setRefreshToken() { ...@@ -128,8 +128,6 @@ function setRefreshToken() {
* @return {*} {Promise<void>} * @return {*} {Promise<void>}
*/ */
async function loadAppModelStyle(): Promise<void> { async function loadAppModelStyle(): Promise<void> {
console.log('sss');
await ibiz.net await ibiz.net
.get(`${ibiz.env.remoteModelUrl}/PSSYSAPP.json.css`) .get(`${ibiz.env.remoteModelUrl}/PSSYSAPP.json.css`)
.then(res => { .then(res => {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册