|
@@ -2,7 +2,6 @@ export default {
|
|
|
install(Vue) {
|
|
|
Vue.prototype.getOpenid = function (page) {
|
|
|
var host = 'http://47.101.145.23/tianzong';
|
|
|
- // var host = 'http://192.168.31.47:8080/tianzong';
|
|
|
if (localStorage.getItem("openid") != 'undefined' && localStorage.getItem("openid") != null)
|
|
|
return;
|
|
|
var code = this.getUrlParam("code");
|