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

huangbin ab03e755cb fix: #1710 hace 4 años
generate-code a49eb4f563 update hace 4 años
public 15a17e6fa5 update hace 4 años
src ab03e755cb fix: #1710 hace 4 años
swagger-to-ts 1bbc1da984 update hace 4 años
.editorconfig 92f9a94c97 Init repo. hace 4 años
.eslintignore 92f9a94c97 Init repo. hace 4 años
.eslintrc.js 1b57a1bfd6 修改eslint配置 hace 4 años
.gitignore b18478a161 库存报表接口 hace 4 años
README.md ba90ab7925 update hace 4 años
babel.config.js 92f9a94c97 Init repo. hace 4 años
package-lock.json 1bc1d00312 update hace 4 años
package.json 18885b9c3d Merge branch 'master' of http://47.101.159.18:3000/Muchinfo/MTP2.0_WEB hace 4 años
prettier.config.js 92f9a94c97 Init repo. hace 4 años
tsconfig.json 1b57a1bfd6 修改eslint配置 hace 4 años
vue.config.js df11c9b59b fix: 修改议价摘牌参数 hace 4 años
yarn.lock cee2d585ec update: echart升级版本 hace 4 años

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 交互逻辑

是否有用户名和密码,

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