Commit 7a63ae01 by 冷斌

fix bug

parent 3108c082
...@@ -88,7 +88,8 @@ ...@@ -88,7 +88,8 @@
created: function () { created: function () {
//加载触发函数 //加载触发函数
let _this = this; let _this = this;
let url = _this.url('/index.php?g=Appapi&m=Profit&a=info') let url = _this.url('/index.php?g=Appapi&m=Profit&a=info');
sessionStorage.removeItem("source");
$.ajax({ $.ajax({
url:url, url:url,
dataType:"json", dataType:"json",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment