持续集成分支

This commit is contained in:
aixianling
2024-10-10 16:04:11 +08:00
parent f35c272a19
commit 00b2dbb4a4
38 changed files with 2222 additions and 111 deletions

View File

@@ -1,7 +1,7 @@
import Vue from 'vue';
import App from './App.vue';
import ui from 'element-ui';
import router from './router/router';
import router from './router';
import axios from './router/axios';
import utils from './utils';
import dui from 'dui';
@@ -22,6 +22,7 @@ const app = new Vue({
store,
render: h => h(App)
});
let theme = null
store.dispatch('getSystem').then(res => {
theme = JSON.parse(res?.colorScheme || null)