| | |
| | | <span class="card-text">{{ item.name }}</span> |
| | | </div> |
| | | </div> |
| | | <systemClean |
| | | v-if="activePage == '系统清理'" |
| | | style="width: 100%" |
| | | ></systemClean> |
| | | <updateSettings |
| | | v-if="activePage == '更新设置'" |
| | | style="width: 100%" |
| | | ></updateSettings> |
| | | <back-up |
| | | v-if="activePage == '备份还原'" |
| | | style="width: 100%" |
| | | ></back-up> |
| | | <restartSettings |
| | | v-if="activePage == '重启设置'" |
| | | style="width: 100%" |
| | | ></restartSettings> |
| | | <systemClean v-if="activePage == '系统清理'" style="width: 100%"></systemClean> |
| | | <updateSettings v-if="activePage == '更新设置'" style="width: 100%"></updateSettings> |
| | | <back-up v-if="activePage == '备份还原'" style="width: 100%"></back-up> |
| | | <restartSettings v-if="activePage == '重启设置'" style="width: 100%"></restartSettings> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | saveClockInfo, |
| | | testNTPserver, |
| | | } from "@/api/system"; |
| | | import switchBar from "../components/switchBar"; |
| | | import ipInput from "@/components/subComponents/IPInput"; |
| | | import systemClean from "../views/systemClean"; |
| | | import updateSettings from "../views/updateSettings"; |
| | | import BackUp from "../views/backUp"; |
| | |
| | | export default { |
| | | name: "settings", |
| | | components: { |
| | | switchBar, |
| | | ipInput, |
| | | systemClean, |
| | | updateSettings, |
| | | BackUp, |
| | |
| | | border-right: 5px solid rgba(248, 248, 248, 1); |
| | | box-sizing: border-box; |
| | | .account-left { |
| | | |
| | | .add-account { |
| | | color: rgba(61, 104, 225, 1); |
| | | margin-top: 50px; |
| | |
| | | font-size: 14px; |
| | | } |
| | | } |
| | | |
| | | } |
| | | .datetime-left { |
| | | .time-card { |