| | |
| | |
|
| | | <script>
|
| | | // "http://api.flqapp.com";
|
| | | var host = "http://192.168.1.122:8080";
|
| | | var host1 = "http://192.168.1.114:8848";
|
| | | var host = "http://api.flqapp.com";
|
| | | var host1 = "http://apph5.banliapp.com";
|
| | | $(function() {
|
| | | var app = new Vue({
|
| | | el: '#root',
|
| | |
| | | touchindex: function(index) {
|
| | | switch (index) {
|
| | | case 0:
|
| | | yesApp.jumpWeb(host1 + '/flqFront/AppInside/dataPreview/myPreview.html', null)
|
| | | yesApp.jumpWeb(host1 + '/AppInside/dataPreview/myPreview.html', null)
|
| | | break;
|
| | | case 1:
|
| | | yesApp.jumpWeb(host1 + '/flqFront/AppInside/dataPreview/fund.html', null)
|
| | | yesApp.jumpWeb(host1 + '/AppInside/dataPreview/fund.html', null)
|
| | | break;
|
| | | case 2:
|
| | | yesApp.jumpWeb(host1 + '/flqFront/AppInside/dataPreview/txRecord.html', null)
|
| | | yesApp.jumpWeb(host1 + '/AppInside/dataPreview/txRecord.html', null)
|
| | | break;
|
| | | case 3:
|
| | | yesApp.jumpWeb(host1 + '/flqFront/AppInside/dataPreview/orderPush.html', null)
|
| | | yesApp.jumpWeb(host1 + '/AppInside/dataPreview/orderPush.html', null)
|
| | | break;
|
| | | case 4:
|
| | | yesApp.jumpWeb(host1 + '/flqFront/AppInside/dataPreview/receivedData.html', null)
|
| | | yesApp.jumpWeb(host1 + '/AppInside/dataPreview/receivedData.html', null)
|
| | | break;
|
| | | default:
|
| | | break;
|