# mtp2.0_webpc_lyb ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). 与 wpf 交互逻辑 是否有用户名和密码, 如果有则走静默登录(不跳转登录页面,直接调用登录逻辑); 如果没有,则走前端正常登录逻辑(非静默登录:直接跳转到登录页面,进行登录)