Commit e6f93e33 by 姜雷

Merge branch 'test'

parents a0f808a4 dbdc9a8a
{
"name": "miniprogram",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "app.js",
"scripts": {
......
......@@ -53,7 +53,7 @@ Page({
})
.then(({ cookie }: { code: string; cookie: string }) =>
systemFetch({
url: '/login',
url: '/boss/login',
method: 'POST',
header: {
cookie: cookie,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment