| | |
| | |
|
| | | <script>
|
| | | // "http://api.flqapp.com";
|
| | | var host = "http://api.flqapp.com";
|
| | | var host1 = "http://192.168.1.114:8848/flqFront" |
| | | //"http://apph5.banliapp.com"; |
| | | |
| | | var host = "http://192.168.1.253:8080";
|
| | | var host1 = "http://apph5.banliapp.com";
|
| | | $(function() {
|
| | | var app = new Vue({
|
| | | el: '#root',
|
| | |
| | | touchType: function(type) {
|
| | | switch (type) {
|
| | | case 1:
|
| | | yesApp.jumpWeb(host1 + '/AppInside/teamOrder/index.html', null)
|
| | | yesApp.jumpWeb(host1 + '/flqFront/AppInside/teamOrder/index.html', null)
|
| | | break;
|
| | | case 2:
|
| | | yesApp.jumpWeb(host1 + '/AppInside/teamFans/index.html', null)
|
| | | yesApp.jumpWeb(host1 + '/flqFront/AppInside/teamFans/index.html', null)
|
| | | break;
|
| | | case 3:
|
| | | yesApp.jumpWeb(host1 + '/AppInside/teamBonus/index.html', null)
|
| | | yesApp.jumpWeb(host1 + '/flqFront/AppInside/teamBonus/index.html', null)
|
| | | break;
|
| | | case 4:
|
| | | yesApp.jumpWeb(host1 + '/AppInside/openVip/index.html', null)
|
| | | yesApp.jumpWeb(host1 + '/flqFront/AppInside/openVip/index.html', null)
|
| | | break;
|
| | | case 5:
|
| | | yesApp.jumpWeb(host1 +'/AppInside/yjCompute/index.html', null)
|
| | | yesApp.jumpWeb('http://apph5.banliapp.com/AppInside/yjCompute/index.html', null)
|
| | | break;
|
| | | case 6:
|
| | | yesApp.jumpWeb(host1 + '/AppInside/dataPreview/datapreviewmain.html', null)
|
| | | yesApp.jumpWeb(host1 + '/flqFront/AppInside/dataPreview/datapreviewmain.html', null)
|
| | | break;
|
| | | case 7:
|
| | | yesApp.toast('功能开发中...')
|