luodangjia
2024-08-09 fa672aad1a91b2a8481324339e063230d378039e
guns-admin/src/main/webapp/static/js/common/Feng.js
@@ -7,6 +7,7 @@
    },
    confirm: function (tip, ensure) {//询问框
        parent.layer.confirm(tip, {
            title: false,
            btn: ['确定', '取消']
        }, function (index) {
            ensure();