浏览代码

Contact Us Bug Fix

master
30117125 5 年前
父节点
当前提交
6b0e4a1a62
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/components/shared/contactUsSection.vue

+ 1
- 1
src/components/shared/contactUsSection.vue 查看文件

105
   methods: {
105
   methods: {
106
     async sendMail() {
106
     async sendMail() {
107
       var mailObj = {
107
       var mailObj = {
108
-        toAddress: "jlouw365@gmail.com",
108
+        toAddress: "abigaildf@provision-sa.com",
109
         fromAddress: "jlouw365@gmail.com",
109
         fromAddress: "jlouw365@gmail.com",
110
         name: this.name,
110
         name: this.name,
111
         email: this.email,
111
         email: this.email,

正在加载...
取消
保存