|
@@ -225,6 +225,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
+import { getWxConfig } from '../api/index'
|
|
|
import wx from "weixin-jsapi";
|
|
|
import areaList from "@/script/areas.js"
|
|
|
import { Toast } from 'vant';
|
|
@@ -301,7 +302,7 @@ export default {
|
|
|
// },//收件人的姓名手机地址
|
|
|
}
|
|
|
},
|
|
|
- created: function () {
|
|
|
+ async created(){
|
|
|
if (this.$route.path !== "/Login") {
|
|
|
const res = await checkIsLogin();
|
|
|
if (res.msg !== "success") {
|