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

huangbin 59ff08989c update há 4 anos atrás
public 75d7075ab8 commit há 4 anos atrás
src 59ff08989c update há 4 anos atrás
swagger-to-ts c023b912e0 update há 4 anos atrás
.editorconfig 92f9a94c97 Init repo. há 4 anos atrás
.eslintignore 92f9a94c97 Init repo. há 4 anos atrás
.eslintrc.js 1b57a1bfd6 修改eslint配置 há 4 anos atrás
.gitignore b18478a161 库存报表接口 há 4 anos atrás
README.md ba90ab7925 update há 4 anos atrás
babel.config.js 92f9a94c97 Init repo. há 4 anos atrás
package-lock.json 4eeca27929 commit 市场id修改 há 4 anos atrás
package.json d1af1dc308 commit 合同采购销售 há 4 anos atrás
prettier.config.js 92f9a94c97 Init repo. há 4 anos atrás
tsconfig.json 1b57a1bfd6 修改eslint配置 há 4 anos atrás
vue.config.js 64edc71c31 更改打包配置 há 4 anos atrás
yarn.lock b2a0c6bb24 修好充值提现 há 4 anos atrás

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

是否有用户名和密码,

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