@@ -23,7 +23,9 @@
import {
Row, Col,
Button
- } from 'vant'
+ } from 'vant';
+ import 'whatwg-fetch';
+ import { BasicFunction } from '../connector/basic-service';
export default {
name: "share",
@@ -67,10 +69,7 @@
message: "请点击右上角,即可分享"
})
}
- }
-
},
created: function () {
if (!localStorage.getItem('frontend-userid')) {
this.$router.push('login');
@@ -130,8 +129,9 @@
jsApiList: [] // 必填,需要使用的JS接口列表
});*/
+ },{});
+ };
</script>
<style scoped>