Browse Source

上传新手册

main
buaixuexideshitongxue 1 month ago
parent
commit
cccbcd649c
  1. BIN
      public/manuals/长沙公安政府投资项目审计模块-操作手册V1.6.pdf
  2. 2
      src/layout/components/Header.vue

BIN
public/manuals/长沙公安政府投资项目审计模块-操作手册V1.6.pdf

Binary file not shown.

2
src/layout/components/Header.vue

@ -78,7 +78,7 @@ function goBackV1() {
} }
function openManual() { function openManual() {
const url = `invest/manuals/${encodeURIComponent('长沙公安政府投资项目审计模块-操作手册V1.5.pdf')}`; const url = `/invest/manuals/${encodeURIComponent('长沙公安政府投资项目审计模块-操作手册V1.6.pdf')}`;
window.open(url, '_blank', 'noopener,noreferrer'); window.open(url, '_blank', 'noopener,noreferrer');
} }

Loading…
Cancel
Save