|
@@ -2079,38 +2079,39 @@ export default {
|
|
|
this.clearDataFun();
|
|
|
switch (val) {
|
|
|
case 1:
|
|
|
- this.urlThreeP = this.pubSrc + "/candle/index.html";
|
|
|
- // this.urlThreeP = pubSrc+ + "/candle/index.html";
|
|
|
+ // this.urlThreeP = this.pubSrc + "/candle/index.html";
|
|
|
+ //this.urlThreeP = this.pubSrc + "/candle/index.html";
|
|
|
+ this.urlThreeP = __static + "/candle/index.html";
|
|
|
this.delayTime();
|
|
|
break;
|
|
|
case 2:
|
|
|
- this.urlThreeP = this.pubSrc + "/flower/index.html";
|
|
|
- // this.urlThreeP = __static + "/flower/index.html";
|
|
|
+ //this.urlThreeP = this.pubSrc + "/flower/index.html";
|
|
|
+ this.urlThreeP = __static + "/flower/index.html";
|
|
|
this.delayTime();
|
|
|
break;
|
|
|
case 3:
|
|
|
- this.urlThreeP = this.pubSrc + "/car/index.html";
|
|
|
- // this.urlThreeP = __static + "/car/index.html";
|
|
|
+ //this.urlThreeP = this.pubSrc + "/car/index.html";
|
|
|
+ this.urlThreeP = __static + "/car/index.html";
|
|
|
this.delayTime();
|
|
|
break;
|
|
|
case 4:
|
|
|
- this.urlThreeP = this.pubSrc + "/baobaotong/index.html";
|
|
|
- // this.urlThreeP = __static + "/baobaotong/index.html";
|
|
|
+ //this.urlThreeP = this.pubSrc + "/baobaotong/index.html";
|
|
|
+ this.urlThreeP = __static + "/baobaotong/index.html";
|
|
|
this.delayTime();
|
|
|
break;
|
|
|
case 5:
|
|
|
- this.urlThreeP = this.pubSrc + "/bomb/index.html";
|
|
|
- // this.urlThreeP = __static + "/bomb/index.html";
|
|
|
+ //this.urlThreeP = this.pubSrc + "/bomb/index.html";
|
|
|
+ this.urlThreeP = __static + "/bomb/index.html";
|
|
|
this.delayTime();
|
|
|
break;
|
|
|
case 6:
|
|
|
- this.urlThreeP = this.pubSrc + "/piaofuqiu/index.html";
|
|
|
- // this.urlThreeP = __static + "/piaofuqiu/index.html";
|
|
|
+ //this.urlThreeP = this.pubSrc + "/piaofuqiu/index.html";
|
|
|
+ this.urlThreeP = __static + "/piaofuqiu/index.html";
|
|
|
this.delayTime();
|
|
|
break;
|
|
|
default:
|
|
|
- this.urlThreeP = this.pubSrc + "/candle/index.html";
|
|
|
- // this.urlThreeP = __static + "/candle/index.html";
|
|
|
+ // this.urlThreeP = this.pubSrc + "/candle/index.html";
|
|
|
+ this.urlThreeP = __static + "/candle/index.html";
|
|
|
}
|
|
|
this.gameScene = val;
|
|
|
this.flag = this.gameScene;
|