发件人在新建项目时需要自动生成
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)
|
// console.log(v)
|
||||||
// }
|
// }
|
||||||
// },
|
// },
|
||||||
created() {
|
// created() {
|
||||||
if (this.VUE_APP_OSS_PATH === '/uat/dist') {
|
// if (this.VUE_APP_OSS_PATH === '/uat/dist') {
|
||||||
this.form = {
|
// this.form = {
|
||||||
EmailFromEmail: 'uat@extimaging.com',
|
// EmailFromEmail: 'uat@extimaging.com',
|
||||||
EmailFromName: 'Uat IRC Imaging System',
|
// EmailFromName: 'Uat IRC Imaging System',
|
||||||
EmailAuthorizationCode: 'SHzyyl2021',
|
// EmailAuthorizationCode: 'SHzyyl2021',
|
||||||
EmailSMTPServerAddress: 'smtp.qiye.aliyun.com',
|
// EmailSMTPServerAddress: 'smtp.qiye.aliyun.com',
|
||||||
EmailSMTPServerPort: 465,
|
// EmailSMTPServerPort: 465,
|
||||||
IsConfigureEmail: true
|
// IsConfigureEmail: true
|
||||||
};
|
// };
|
||||||
}
|
// }
|
||||||
if (this.VUE_APP_OSS_PATH === '/test/dist') {
|
// if (this.VUE_APP_OSS_PATH === '/test/dist') {
|
||||||
this.form = {
|
// this.form = {
|
||||||
EmailFromEmail: 'test@extimaging.com',
|
// EmailFromEmail: 'test@extimaging.com',
|
||||||
EmailFromName: 'Test IRC Imaging System',
|
// EmailFromName: 'Test IRC Imaging System',
|
||||||
EmailAuthorizationCode: 'SHzyyl2021',
|
// EmailAuthorizationCode: 'SHzyyl2021',
|
||||||
EmailSMTPServerAddress: 'smtp.qiye.aliyun.com',
|
// EmailSMTPServerAddress: 'smtp.qiye.aliyun.com',
|
||||||
EmailSMTPServerPort: 465,
|
// EmailSMTPServerPort: 465,
|
||||||
IsConfigureEmail: true
|
// IsConfigureEmail: true
|
||||||
};
|
// };
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
mounted() {
|
mounted() {
|
||||||
this.trialId = this.$route.query.trialId
|
this.trialId = this.$route.query.trialId
|
||||||
this.getTrialEmail()
|
this.getTrialEmail()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue