Li qing

Results 15 issues of Li qing

Hi,Thank you for developed this component. when the toast is show , I hope page can not be click

1. R5S lan1 无法识别,等不亮。(最新版。 有毒啊 ,我升级kiddin9的包最新的也是有这个bug, 旧包正常, issue下也有人提这个问题) 2. 部分软件 无法手动卸载 广告大师 网易云音解锁 ``` Removing package luci-i18n-unblockmusic-zh-cn from root... Removing package luci-app-unblockmusic from root... sed: can't create temp file '/etc/crontabs/rootXXXXXX':...

路由里有一条 ``` router.get('/*', controller.tapd.staticMatch) ``` ``` config.default.js config.httpProxy = { '/self': { target: 'https://api.xxxx.cn', pathRewrite: { '^/self': '' } } }; ``` ``` plugin.js httpProxy: { enable: true, package: 'egg-http-proxy',...

**1.main.js** ``` import VueProgressBar from 'vue-progressbar'; Vue.use(VueProgressBar, { color: 'rgb(64,158,255)', failedColor: 'red', height: '2px', transition: { speed: '0.2s', opacity: '0.6s', termination: 300 } }); router.beforeEach((to, from, next) => { if...

``` async uploadMedia(fileObj) { try { this.props.Store.changeReqLoading(true); let UserInfo = JSON.parse(await AsyncStorage.getItem('UserInfo')); let uploadRes = await RNFetchBlob.fetch('post', `${this.state.uploadBaseUrl}whistlecloud/v1/illegal/uploadContrastFile`, { Authorization: UserInfo.accessToken, userId: UserInfo.userId, 'Content-Type': 'multipart/form-data', }, [ { name: 'file',...