diff --git a/ruoyi-ui/public/favicon.svg b/ruoyi-ui/public/favicon.svg new file mode 100644 index 00000000..c3ce3e8b --- /dev/null +++ b/ruoyi-ui/public/favicon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ruoyi-ui/public/images/logo.svg b/ruoyi-ui/public/images/logo.svg new file mode 100644 index 00000000..c3ce3e8b --- /dev/null +++ b/ruoyi-ui/public/images/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/ruoyi-ui/src/views/project/projectStandard/projectStandardDrawer.vue b/ruoyi-ui/src/views/project/projectStandard/projectStandardDrawer.vue index ccaa7229..af609dbe 100644 --- a/ruoyi-ui/src/views/project/projectStandard/projectStandardDrawer.vue +++ b/ruoyi-ui/src/views/project/projectStandard/projectStandardDrawer.vue @@ -8,12 +8,12 @@ - +
增加 删除 -
+
搜索 @@ -125,6 +125,11 @@ export default { }, methods: { + doTabClick(){ + setTimeout(()=>{ + this.doQuery(); + },400); + }, handleDelete(row) { const ids = row?row.id || this.ids:this.ids; this.$modal.confirm('是否确认删除标准化管理编号为"' + ids + '"的数据项?') diff --git a/ruoyi-ui/vue.config.js b/ruoyi-ui/vue.config.js index fc8aec57..94cdda54 100644 --- a/ruoyi-ui/vue.config.js +++ b/ruoyi-ui/vue.config.js @@ -34,8 +34,8 @@ module.exports = { open: true, proxy: { [process.env.VUE_APP_BASE_API]: { - target: `http://127.0.0.1:8090/jhapi`, - //target: `http://192.168.126.20:808/jhapi`, + //target: `http://127.0.0.1:8090/jhapi`, + target: `http://192.168.126.20:808/jhapi`, changeOrigin: true, pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: ''