@steedos/service-plugin-amis 2.7.1-beta.21 → 2.7.1-beta.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -275,6 +275,10 @@
275
275
  theme: 'antd',
276
276
  isCurrentUrl: isCurrentUrl,
277
277
  requestAdaptor: (config)=>{
278
+ if(config.allowCredentials == false){
279
+ config.withCredentials = false;
280
+ delete config.allowCredentials
281
+ }
278
282
  // url是相对路径
279
283
  if(config.url && (!/^http[s]?:\/\//i.test(config.url))){
280
284
  if(Meteor.isCordova){
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-plugin-amis",
3
- "version": "2.7.1-beta.21",
3
+ "version": "2.7.1-beta.23",
4
4
  "main": "package.service.js",
5
5
  "scripts": {
6
6
  "build": "yarn build:tailwind-base && yarn build:tailwind",
@@ -13,7 +13,7 @@
13
13
  "publishConfig": {
14
14
  "access": "public"
15
15
  },
16
- "gitHead": "ff50ac64e344991378c0d3148410a3c8290918f8",
16
+ "gitHead": "0475636d6157b4a5f57689c8f4ca69c1b3c4dc65",
17
17
  "devDependencies": {
18
18
  "tailwindcss": "3.2.4"
19
19
  }