From 12f0406a48fd5b2360654c241f01ee1218d49bf6 Mon Sep 17 00:00:00 2001 From: ks3356143 <314298729@qq.com> Date: Mon, 17 Jun 2024 18:44:39 +0800 Subject: [PATCH] ks --- .../Untitled-checkpoint.ipynb | 53 ------------- cdTMP/index.html | 2 +- cdTMP/src/api/common.js | 9 +++ cdTMP/src/api/system/log.js | 26 +++++++ cdTMP/src/layout/components/footer.vue | 2 +- cdTMP/src/layout/components/navbar.vue | 2 +- cdTMP/src/store/index.js | 3 +- cdTMP/src/utils/event.ts | 4 +- .../usercenter/components/editpassword.vue | 2 +- .../usercenter/components/userInfo.vue | 4 +- .../src/views/dashboard/usercenter/index.vue | 50 ++++++++---- .../components/cpns/st-announced.vue | 1 - .../components/cpns/st-cdtestmanage-info.vue | 28 ++++--- .../components/cpns/st-project-chart.vue | 78 ++++++++++++------- 14 files changed, 143 insertions(+), 121 deletions(-) delete mode 100644 cdTMP/.ipynb_checkpoints/Untitled-checkpoint.ipynb create mode 100644 cdTMP/src/api/system/log.js diff --git a/cdTMP/.ipynb_checkpoints/Untitled-checkpoint.ipynb b/cdTMP/.ipynb_checkpoints/Untitled-checkpoint.ipynb deleted file mode 100644 index 1016ce9..0000000 --- a/cdTMP/.ipynb_checkpoints/Untitled-checkpoint.ipynb +++ /dev/null @@ -1,53 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": 4, - "id": "db3fdebd-b7cd-4a83-9f52-2b01691dfcbd", - "metadata": {}, - "outputs": [ - { - "ename": "TypeError", - "evalue": "ord() expected a character, but string of length 2 found", - "output_type": "error", - "traceback": [ - "\u001b[1;31m---------------------------------------\u001b[0m", - "\u001b[1;31mTypeError\u001b[0mTraceback (most recent call last)", - "Cell \u001b[1;32mIn[4], line 1\u001b[0m\n\u001b[1;32m----> 1\u001b[0m \u001b[38;5;28mprint\u001b[39m(\u001b[38;5;28;43mord\u001b[39;49m\u001b[43m(\u001b[49m\u001b[38;5;124;43m\"\u001b[39;49m\u001b[38;5;124;43m12\u001b[39;49m\u001b[38;5;124;43m\"\u001b[39;49m\u001b[43m)\u001b[49m)\n", - "\u001b[1;31mTypeError\u001b[0m: ord() expected a character, but string of length 2 found" - ] - } - ], - "source": [] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "7a1670a0-01da-495a-a2b7-9dd635238477", - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3 (ipykernel)", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.8.10" - } - }, - "nbformat": 4, - "nbformat_minor": 5 -} diff --git a/cdTMP/index.html b/cdTMP/index.html index 88029ee..a0fa3e3 100644 --- a/cdTMP/index.html +++ b/cdTMP/index.html @@ -8,7 +8,7 @@ -