From d729ba9400c8c016b832e65f438cefe0d90dd720 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 02 八月 2022 17:53:30 +0800 Subject: [PATCH] 2022-08-02 --- public/options.json | 14 +++++++------- src/tabviews/custom/components/carousel/prop-card/index.scss | 1 + src/tabviews/custom/components/carousel/data-card/index.scss | 1 + 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/public/options.json b/public/options.json index 6595475..523da64 100644 --- a/public/options.json +++ b/public/options.json @@ -1,20 +1,20 @@ { - "appId": "202108312122504607B107A83F55B40C98CCF", - "appkey": "20210831212235413F287EC3BF489424496C8", - "mainSystemApi": "https://sso.mk9h.cn/cloud/webapi/dostars", + "appId": "201912040924165801464FF1788654BC5AC73", + "appkey": "20191106103859640976D6E924E464D029CF0", + "mainSystemApi": "http://sso.mk9h.cn/cloud/webapi/dostars", "systemType": "", "externalDatabase": "false", "lineColor": "", "filter": "false", - "defaultApp": "mkindustry", + "defaultApp": "mk", "defaultLang": "zh-CN", - "WXAppID": "wx4d8a34c8d4494872", + "WXAppID": "", "WXminiAppID": "", "debugger": false, "licenseKey": "", "probation": "", "keepPassword": "true", "platforms": ["H5", "wechat", "android", "ios", "wxMiniProgram"], - "host": "http://demo.mk9h.cn", - "service": "erp_new/" + "host": "http://qingqiumarket.cn", + "service": "MKWMS/" } \ No newline at end of file diff --git a/src/tabviews/custom/components/carousel/data-card/index.scss b/src/tabviews/custom/components/carousel/data-card/index.scss index eabde18..570aed6 100644 --- a/src/tabviews/custom/components/carousel/data-card/index.scss +++ b/src/tabviews/custom/components/carousel/data-card/index.scss @@ -10,6 +10,7 @@ background-position: center center; background-repeat: no-repeat; background-size: cover; + overflow: hidden; } .ant-empty { diff --git a/src/tabviews/custom/components/carousel/prop-card/index.scss b/src/tabviews/custom/components/carousel/prop-card/index.scss index 68b6eb3..b397692 100644 --- a/src/tabviews/custom/components/carousel/prop-card/index.scss +++ b/src/tabviews/custom/components/carousel/prop-card/index.scss @@ -12,6 +12,7 @@ background-position: center center; background-repeat: no-repeat; background-size: cover; + overflow: hidden; } .loading-mask { -- Gitblit v1.8.0