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