提交 92a01cc7 authored 作者: 王鹏飞's avatar 王鹏飞

移除debug

上级 3a16eb41
...@@ -2,7 +2,7 @@ module.exports = { ...@@ -2,7 +2,7 @@ module.exports = {
url: '/', url: '/',
DesDir: './client-dist', DesDir: './client-dist',
isUploadStatic: false, isUploadStatic: false,
isEnableToIphoneDebugger: true, isEnableToIphoneDebugger: false,
webpack: { webpack: {
externals: { externals: {
CKEDITOR: 'window.CKEDITOR', CKEDITOR: 'window.CKEDITOR',
......
...@@ -43,7 +43,6 @@ export default { ...@@ -43,7 +43,6 @@ export default {
if (res.err_msg === 'get_brand_wcpay_request:ok') { if (res.err_msg === 'get_brand_wcpay_request:ok') {
window.location.href = this.redirectURI window.location.href = this.redirectURI
} else { } else {
window.alert(res.err_msg)
window.location.href = this.redirectURI window.location.href = this.redirectURI
} }
}) })
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论