MTP2.0 Web客户端通用库 2021\ERMCP(mtp_v6分支)

li.shaoyi e72ab74ecc 优化推送消息 пре 3 година
generate-code a49eb4f563 update пре 4 година
public e72ab74ecc 优化推送消息 пре 3 година
src e72ab74ecc 优化推送消息 пре 3 година
swagger-to-ts 111a85f09f 登录 添加协议功能 пре 4 година
.editorconfig 92f9a94c97 Init repo. пре 4 година
.eslintignore 92f9a94c97 Init repo. пре 4 година
.eslintrc.js 1b57a1bfd6 修改eslint配置 пре 4 година
.gitignore b18478a161 库存报表接口 пре 4 година
README.md ba90ab7925 update пре 4 година
babel.config.js 92f9a94c97 Init repo. пре 4 година
package-lock.json 49b2707e12 update пре 4 година
package.json 49b2707e12 update пре 4 година
prettier.config.js 92f9a94c97 Init repo. пре 4 година
tsconfig.json 1b57a1bfd6 修改eslint配置 пре 4 година
vue.config.js df11c9b59b fix: 修改议价摘牌参数 пре 4 година
yarn.lock cee2d585ec update: echart升级版本 пре 4 година

README.md

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.

与 wpf 交互逻辑

是否有用户名和密码,

如果有则走静默登录(不跳转登录页面,直接调用登录逻辑);
如果没有,则走前端正常登录逻辑(非静默登录:直接跳转到登录页面,进行登录)