Commit ca32c26c by caoyanzhi

update: 过期提醒组件调整

parent b1a069ca
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
import expiredDialog from '@/components/company/expired-dialog.vue'; import expiredDialog from '@/components/company/expired-dialog.vue';
--> -->
<template> <template>
<el-dialog title="到期提醒" :visible="visible" width="600px" @close="onClose"> <el-dialog title="到期提醒" :visible="visible" width="600px" append-to-body @close="onClose">
<div class="m-b-20 text-center"> <div class="m-b-20 text-center">
<div class="img-tip-wrap"><img src="../../assets/expired.png" alt="" /></div> <div class="img-tip-wrap"><img src="../../assets/expired.png" alt="" /></div>
<div class="font-18 color-303133 m-t-17">使用已到期</div> <div class="font-18 color-303133 m-t-17">使用已到期</div>
...@@ -35,7 +35,7 @@ export default { ...@@ -35,7 +35,7 @@ export default {
this.$emit('update:visible', false); this.$emit('update:visible', false);
}, },
toDamo() { toDamo() {
window.open('https://www.demogic.com/'); window.open(location.origin.indexOf('localhost') >= 0 ? 'https://www.gicdev.com/' : location.origin);
} }
} }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment