Commit 4f3ee406 authored by liyadong's avatar liyadong

test

parent 95c07887
......@@ -69,7 +69,7 @@ card.handleGetServer = function (receive){
// 获取角色列表
card.handleGetRoleList = function (params){
$.get('/',{},function (val) {
$.get('/config/game_servers',{},function (val) {
var serverList = val;
this.ajax({
url:'/get_role_list',
......
......@@ -22,7 +22,7 @@
<link rel="stylesheet" href="{{ asset('postcard/css/style.css?v=20211125') }}">
<script src="{{ asset('js/jquery.2.1.3.min.js') }}"></script>
<script src="{{ asset('js/toast.js') }}"></script>
<script src="{{ asset('postcard/js/main.js?v=2021112501') }}"></script>
<script src="{{ asset('postcard/js/main.js?v=2021112502') }}"></script>
</head>
<body>
<div class="container home-container">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment