commit:1.5多应用版本

This commit is contained in:
Jerry
2021-03-31 09:43:36 +08:00
parent 060cb450be
commit 71d07cefb3
1343 changed files with 11695 additions and 71470 deletions

View File

@@ -5,11 +5,13 @@
</template>
<script>
import projectConfig from '@/core/config';
export default {
watch: {
$route: {
handler (newValue) {
document.title = '橙单工程';
document.title = projectConfig.projectName;
if (newValue.meta && newValue.meta.title) document.title += ' - ' + newValue.meta.title;
},
immediate: true