1
This commit is contained in:
@@ -227,9 +227,7 @@ function startSpringBoot() {
|
||||
app.quit();
|
||||
}
|
||||
}
|
||||
|
||||
// startSpringBoot();
|
||||
|
||||
startSpringBoot();
|
||||
function stopSpringBoot() {
|
||||
if (!springProcess) return;
|
||||
try {
|
||||
@@ -313,9 +311,9 @@ app.whenReady().then(() => {
|
||||
splashWindow.loadFile(splashPath);
|
||||
}
|
||||
|
||||
// setTimeout(() => {
|
||||
// openAppIfNotOpened();
|
||||
// }, 2000);
|
||||
setTimeout(() => {
|
||||
openAppIfNotOpened();
|
||||
}, 2000);
|
||||
|
||||
app.on('activate', () => {
|
||||
if (BrowserWindow.getAllWindows().length === 0) {
|
||||
|
||||
@@ -616,7 +616,7 @@ onUnmounted(() => {
|
||||
font-size: 12px;
|
||||
color: #909399;
|
||||
margin: 8px 6px 10px;
|
||||
text-align: left; /* "电商平台"四个字靠左 */
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.menu {
|
||||
@@ -690,7 +690,6 @@ onUnmounted(() => {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
/* 导航栏和认证相关样式已移至对应组件 */
|
||||
|
||||
.content-body {
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user