|
@@ -386,11 +386,8 @@ export default {
|
|
|
focusNao: [],
|
|
|
// 全量
|
|
|
focusNaoAll: [],
|
|
|
- // urlThreeP: "../../../static/candle/index.html",
|
|
|
- // urlThreeP: __static + "/candle/index.html",
|
|
|
- urlThreeP: "../../../static/loong_3/index.html",
|
|
|
- // urlThreeP: __static + "/balance/index.html",
|
|
|
- // pubSrc: "../../../static",
|
|
|
+ // urlThreeP: "../../../static/loong_3/index.html",
|
|
|
+ urlThreeP: __static + "/loong_3/index.html",
|
|
|
pubsrc: __static,
|
|
|
userLink: {
|
|
|
num: "",
|
|
@@ -1644,45 +1641,38 @@ export default {
|
|
|
this.clearDataFun();
|
|
|
switch (val) {
|
|
|
case 1:
|
|
|
- //this.urlThreeP = this.pubSrc + "/candle/index.html";
|
|
|
- // this.urlThreeP = pubSrc+ + "/candle/index.html";
|
|
|
- this.urlThreeP = "../../../static/loong_3/index.html";
|
|
|
- // this.urlThreeP = __static + "/long/index.html";
|
|
|
+ // this.urlThreeP = "../../../static/loong_3/index.html";
|
|
|
+ this.urlThreeP = __static + "/loong_3/index.html";
|
|
|
this.delayTime();
|
|
|
break;
|
|
|
case 2:
|
|
|
- this.urlThreeP = "../../../static/mabenpao/index.html";
|
|
|
- // this.urlThreeP = this.pubSrc + "/flower/index.html";
|
|
|
- //this.urlThreeP = __static + "/mabenpao/index.html";
|
|
|
+ // this.urlThreeP = "../../../static/mabenpao/index.html";
|
|
|
+ this.urlThreeP = __static + "/mabenpao/index.html";
|
|
|
this.delayTime();
|
|
|
break;
|
|
|
case 3:
|
|
|
- this.urlThreeP = "../../../static/tianqi/index.html";
|
|
|
- // this.urlThreeP = this.pubSrc + "/car/index.html";
|
|
|
- //this.urlThreeP = __static + "/tianqi/index.html";
|
|
|
+ // this.urlThreeP = "../../../static/tianqi/index.html";
|
|
|
+ this.urlThreeP = __static + "/tianqi/index.html";
|
|
|
this.delayTime();
|
|
|
break;
|
|
|
case 4:
|
|
|
- // this.urlThreeP = this.pubSrc + "/baobaotong/index.html";
|
|
|
- this.urlThreeP = "../../../static/yanhua/index.html";
|
|
|
- //this.urlThreeP = __static + "/yanhua/index.html";
|
|
|
+ // this.urlThreeP = "../../../static/yanhua/index.html";
|
|
|
+ this.urlThreeP = __static + "/yanhua/index.html";
|
|
|
this.delayTime();
|
|
|
break;
|
|
|
case 5:
|
|
|
- this.urlThreeP = "../../../static/saiche/index.html";
|
|
|
- // this.urlThreeP = this.pubSrc + "/bomb/index.html";
|
|
|
- // this.urlThreeP = __static + "/saiche/index.html";
|
|
|
+ // this.urlThreeP = "../../../static/saiche/index.html";
|
|
|
+ this.urlThreeP = __static + "/saiche/index.html";
|
|
|
this.delayTime();
|
|
|
break;
|
|
|
case 6:
|
|
|
- // this.urlThreeP = this.pubSrc + "/piaofuqiu/index.html";
|
|
|
+ // this.urlThreeP = "../../../static/saiche/index.html";
|
|
|
this.urlThreeP = __static + "/piaofuqiu/index.html";
|
|
|
this.delayTime();
|
|
|
break;
|
|
|
default:
|
|
|
this.urlThreeP = "../../../static/loong_3/index.html";
|
|
|
- // this.urlThreeP = this.pubSrc + "/candle/index.html";
|
|
|
- // this.urlThreeP = __static + "/candle/index.html";
|
|
|
+ // this.urlThreeP = __static + "/loong_3/index.html";
|
|
|
}
|
|
|
this.gameScene = val;
|
|
|
this.flag = this.gameScene;
|