UNPKG

@ttk/component

Version:

ttk组件库

14 lines (9 loc) 376 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var antd = require('antd'); antd.message.config({ top: window.location && window.location.href.includes('xdz') ? 30 : window.location && window.location.href.includes('ttk-zs-app-portal') ? 50 : 0, stack: false }); var messageComponent = antd.message; exports["default"] = messageComponent;