thinkphp5 内置路由写法 及 转到 特定地址

<script>
    function enterLicense() {
        location.href = '{:Url("admin/index/enterLicense")}';
    }
</script>

猜你喜欢

转载自blog.csdn.net/heyuqing32/article/details/80927709