Commit 7ad09d44 authored by Gavin Peng's avatar Gavin Peng

fix: 合并

parent 72353d79
......@@ -77,7 +77,8 @@
"@linkseeks/design-react-web": "^1.0.0",
"@linkseeks/design-ui": "^1.0.12",
"@linkseeks/god": "^1.0.0",
"@linkseeks/umi-plugin-yapi": "1.0.1",
"@linkseeks/babel-plugin-yapi-import": "^1.0.0",
"@turf/turf": "^6.4.0",
"@types/crypto-js": "^4.0.1",
"@types/js-cookie": "^2.2.6",
......@@ -126,7 +127,7 @@
},
"devDependencies": {
"@linkseeks/god-upload-scp": "^1.0.0",
"@linkseeks/god-yapi2ts": "^1.0.0",
"@linkseeks/god-yapi2ts": "1.0.0",
"@svgr/webpack": "^5.5.0",
"@types/lodash": "^4.14.177",
"@types/qrcode": "^1.3.4",
......
......@@ -18,7 +18,10 @@ const serviceConfig = {
userRegister: {
useType: {
url: '/member/menu/register/type',
method: 'get'
method: 'get',
headers: {
site: SITE_ID,
}
}
},
web: {
......
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