feat: add run.ps1 script to start projects easily
add a powershell script that supports starting MES, WMS, WMSClient, Workstation and Dashboard projects with one command, includes build and run logic for backend services and npm dev for dashboard
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
<div @click="drawer=true" style="cursor:pointer">☰ 菜单</div>
|
||||
<div>
|
||||
<span style="margin-right:16px">{{ userName }}</span>
|
||||
<el-button size="small" @click="router.push('/change-password')">修改密码</el-button>
|
||||
<el-button size="small" @click="doLogout">退出</el-button>
|
||||
</div>
|
||||
</el-header>
|
||||
|
||||
Reference in New Issue
Block a user