admin
2020-05-26 0062ca20cf364feb0855a544294e9f1677b696c8
接口地址改为外网
3个文件已修改
14 ■■■■ 已修改文件
AppInside/teamFans/fansSearchMain.html 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/teamFans/fansSearchResult.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/teamFans/index.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/teamFans/fansSearchMain.html
@@ -53,7 +53,7 @@
    <script>
        // "http://api.flqapp.com";
        var host = "http://192.168.1.253:8080";
        var host = "http://api.flqapp.com";
        $(function() {
            var app = new Vue({
                el: '#root',
@@ -81,7 +81,7 @@
                    },
                    didSelect: function(result) {
                        yesApp.jumpWeb('http://192.168.1.114:8848/flqFront/AppInside/teamFans/fansSearchResult.html?key=' + result,
                        yesApp.jumpWeb('http://apph5.banliapp.com/AppInside/teamFans/fansSearchResult.html?key=' + result,
                            null)
                    },
@@ -111,7 +111,7 @@
                        localStorage.setItem('fansResut', JSON.stringify(list));
                        yesApp.jumpWeb('http://192.168.1.114:8848/flqFront/AppInside/teamFans/fansSearchResult.html?key=' + result,
                        yesApp.jumpWeb('http://apph5.banliapp.com/AppInside/teamFans/fansSearchResult.html?key=' + result,
                            null)
                    },
                    clearAll: function() {
@@ -159,7 +159,7 @@
                    localStorage.setItem('fansResut', JSON.stringify(list));
                    yesApp.jumpWeb('http://192.168.1.114:8848/flqFront/AppInside/teamFans/fansSearchResult.html?key=' + key,
                    yesApp.jumpWeb('http://apph5.banliapp.com/AppInside/teamFans/fansSearchResult.html?key=' + key,
                        null)
                }
            })
AppInside/teamFans/fansSearchResult.html
@@ -147,7 +147,7 @@
    <script>
        // "http://api.flqapp.com";
        var host = "http://192.168.1.253:8080";
        var host = "http://api.flqapp.com";
        var key = getQueryString('key');
        $('#input_key').val(key);
        var app = null;
AppInside/teamFans/index.html
@@ -125,7 +125,7 @@
    </body>
    <script>
        // "http://api.flqapp.com";
        var host = "http://192.168.1.253:8080";
        var host = "http://api.flqapp.com";
        $(function() {
            var app = new Vue({
                el: '#root',
@@ -141,7 +141,7 @@
                },
                methods: {
                    enterSearch: function() {
                        yesApp.jumpWeb('http://192.168.1.114:8848/flqFront/AppInside/teamFans/fansSearchMain.html', null)
                        yesApp.jumpWeb('http://apph5.banliapp.com/AppInside/teamFans/fansSearchMain.html', null)
                    },
                    changeTab: function(type) {