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

feature: 更换数据库

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