发件人在新建项目时需要自动生成
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
9f5fc1dc9d
commit
7892b8cf01
|
|
@ -116,28 +116,28 @@ export default {
|
|||
// console.log(v)
|
||||
// }
|
||||
// },
|
||||
created() {
|
||||
if (this.VUE_APP_OSS_PATH === '/uat/dist') {
|
||||
this.form = {
|
||||
EmailFromEmail: 'uat@extimaging.com',
|
||||
EmailFromName: 'Uat IRC Imaging System',
|
||||
EmailAuthorizationCode: 'SHzyyl2021',
|
||||
EmailSMTPServerAddress: 'smtp.qiye.aliyun.com',
|
||||
EmailSMTPServerPort: 465,
|
||||
IsConfigureEmail: true
|
||||
};
|
||||
}
|
||||
if (this.VUE_APP_OSS_PATH === '/test/dist') {
|
||||
this.form = {
|
||||
EmailFromEmail: 'test@extimaging.com',
|
||||
EmailFromName: 'Test IRC Imaging System',
|
||||
EmailAuthorizationCode: 'SHzyyl2021',
|
||||
EmailSMTPServerAddress: 'smtp.qiye.aliyun.com',
|
||||
EmailSMTPServerPort: 465,
|
||||
IsConfigureEmail: true
|
||||
};
|
||||
}
|
||||
},
|
||||
// created() {
|
||||
// if (this.VUE_APP_OSS_PATH === '/uat/dist') {
|
||||
// this.form = {
|
||||
// EmailFromEmail: 'uat@extimaging.com',
|
||||
// EmailFromName: 'Uat IRC Imaging System',
|
||||
// EmailAuthorizationCode: 'SHzyyl2021',
|
||||
// EmailSMTPServerAddress: 'smtp.qiye.aliyun.com',
|
||||
// EmailSMTPServerPort: 465,
|
||||
// IsConfigureEmail: true
|
||||
// };
|
||||
// }
|
||||
// if (this.VUE_APP_OSS_PATH === '/test/dist') {
|
||||
// this.form = {
|
||||
// EmailFromEmail: 'test@extimaging.com',
|
||||
// EmailFromName: 'Test IRC Imaging System',
|
||||
// EmailAuthorizationCode: 'SHzyyl2021',
|
||||
// EmailSMTPServerAddress: 'smtp.qiye.aliyun.com',
|
||||
// EmailSMTPServerPort: 465,
|
||||
// IsConfigureEmail: true
|
||||
// };
|
||||
// }
|
||||
// },
|
||||
mounted() {
|
||||
this.trialId = this.$route.query.trialId
|
||||
this.getTrialEmail()
|
||||
|
|
|
|||
Loading…
Reference in New Issue