liujie
2023-10-30 d6b1c8f75ede9475a837662a2a6b0d116be1dcda
cloud-server-management/src/main/webapp/WEB-INF/view/system/tShop/TShop_add_three.html
@@ -147,6 +147,11 @@
    window.onload = function() {
        $("#name").val($("#name1").val());
        if($("#name1").val()=="不跳转"){
            $("#t1").hide()
            $("#t2").hide()
            $("#t3").hide()
        }
    }
</script>
@}