Commit 76c2895c authored by 郝聪敏's avatar 郝聪敏

feature: 更换数据库

parent 2b442b6f
......@@ -4,7 +4,7 @@
import { AutoIncrement, Column, DataType, Model, PrimaryKey, Table, AllowNull } from 'sequelize-typescript';
@Table({
modelName: 'page_info',
modelName: 'page_config_info',
freezeTableName: true
})
......
......@@ -9,7 +9,7 @@
<span>恢复提醒</span>
</p>
<div style="text-align:center">
<p>已检测到您上次编辑单位保存, 是否恢复?</p>
<p>已检测到您上次编辑但未保存, 是否恢复?</p>
</div>
</Modal>
</template>
......
......@@ -88,11 +88,13 @@ export default class DashBoard extends Mixins(ContextMenuMixin, GoodsTabsMixin,
if (!isCreate) { this.removeDefaultCache(); }
if (type === 'preview') {
window.open(`${config.h5Host}activity/${this.uuid}`);
} else {
this.$Notice.success({ title: '保存成功!' });
}
}
} catch (e) {
this.showSubmitPopup = false;
this.$Message.error(e?.message || '出现未知错误!');
this.$Notice.error({ title: e?.message || '出现未知错误!' });
}
}
......
......@@ -1479,9 +1479,9 @@
}
},
"@qg/citrus-ui": {
"version": "0.0.34",
"resolved": "http://npmprivate.quantgroups.com/@qg%2fcitrus-ui/-/citrus-ui-0.0.34.tgz",
"integrity": "sha512-yj9jkif1cbWgs4fFZCUNrpqoRfQ2xiRQhW3C95MUKcVmOAxclTVYSalSuSjA9mCwubP3o6vTU6Y8av9X9mNSvg==",
"version": "0.0.35",
"resolved": "http://npmprivate.quantgroups.com/@qg%2fcitrus-ui/-/citrus-ui-0.0.35.tgz",
"integrity": "sha512-cERJzjhybdUbc0CYi4cmSLThX4DD/QaojhadoNnqIPPFtYtBECy7UTFWIjGL1IYQptBtTTFuBSO6gh0XIApyPA==",
"requires": {
"@better-scroll/core": "^2.1.1",
"@qg/cherry-ui": "^2.20.3",
......@@ -19826,9 +19826,9 @@
"integrity": "sha1-8z/pz7Urv9UgqhgyO8ZdsRCht2w="
},
"rollup": {
"version": "2.41.5",
"resolved": "http://npmprivate.quantgroups.com/rollup/-/rollup-2.41.5.tgz",
"integrity": "sha512-uG+WNNxhOYyeuO7oRt98GA2CNVRgQ67zca75UQVMPzMrLG9FUKzTCgvYVWhtB18TNbV7Uqxo97h+wErAnpFNJw==",
"version": "2.42.2",
"resolved": "http://npmprivate.quantgroups.com/rollup/-/rollup-2.42.2.tgz",
"integrity": "sha512-o34Ar4rf01ky4EV1RFlTPd+tXICDz13a2o1PARLPFBxighJoPsxvliJTrULqjmIVpZP+JPm499ZPkvnPzRxUYA==",
"requires": {
"fsevents": "~2.3.1"
}
......
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