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

yu jie c7a5f32d7f commit 接口更新 4 years ago
generate-code bfa765adae update 4 years ago
public c7a5f32d7f commit 接口更新 4 years ago
src c7a5f32d7f commit 接口更新 4 years ago
swagger-to-ts 5714f50b98 修改现货明细 4 years ago
.editorconfig 92f9a94c97 Init repo. 4 years ago
.eslintignore 92f9a94c97 Init repo. 4 years ago
.eslintrc.js 1b57a1bfd6 修改eslint配置 4 years ago
.gitignore b18478a161 库存报表接口 4 years ago
README.md ba90ab7925 update 4 years ago
babel.config.js 92f9a94c97 Init repo. 4 years ago
package-lock.json 4eeca27929 commit 市场id修改 4 years ago
package.json befd5e16d0 update 4 years ago
prettier.config.js 92f9a94c97 Init repo. 4 years ago
tsconfig.json 1b57a1bfd6 修改eslint配置 4 years ago
vue.config.js 90809c826e 动态设置ico 4 years ago
yarn.lock befd5e16d0 update 4 years ago

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

是否有用户名和密码,

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