Commit 74913e56 by 姜雷

修改登录接口

parent ebbf177e
{ {
"name": "miniprogram", "name": "miniprogram",
"version": "1.0.0", "version": "1.0.1",
"description": "", "description": "",
"main": "app.js", "main": "app.js",
"scripts": { "scripts": {
......
...@@ -53,7 +53,7 @@ Page({ ...@@ -53,7 +53,7 @@ Page({
}) })
.then(({ cookie }: { code: string; cookie: string }) => .then(({ cookie }: { code: string; cookie: string }) =>
systemFetch({ systemFetch({
url: '/login', url: '/boss/login',
method: 'POST', method: 'POST',
header: { header: {
cookie: cookie, 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