JellyBool

17773 经验值

纳尼,我这里没出现过这个。。。。。

这个基本就是设置的问题吧,搜一波

swal({
                title: '确定要删除吗?',
                text: '删除后不能恢复!',
                type: 'warning',
                showCancelButton: true,
                confirmButtonColor: '#3085d6',
                cancelButtonColor: '#d33',
                confirmButtonText: '确认删除'
            }).then(function () {

            // 提交这个表单或者 发送一个 AJAX 请求删除数据就好
            }).catch(swal.noop);

不需要的,最佳实践的做法是线上部署的时候 npm install ,然后 build

你的abc.com/abc这个页面的内容存在非https的加载资源吧

你的 laravel 版本是多少?

你需要全局性安装 gulp:

npm install gulp-cli -g