44323
2023-11-01 cfcc0f400564a6cb762f162595df1617322fde88
cloud-server-management/src/main/webapp/static/modular/system/operator/operator.js
@@ -68,15 +68,14 @@
 * 商户号认证
 */
TSite.Allocationratio = function (e) {
    console.log("看看E");
    console.log(e);
        var index = layer.open({
            type: 2,
            title: "商户认证",
            area: ['100%', '100%'], //宽高
            fix: false, //不固定
            maxmin: true,
            content: Feng.ctxPath + '/operator/proportionAuth/' + e
            content: Feng.ctxPath + '/operatorUser'
        });
        this.layerIndex = index;
};