- 手机号:{{ form.phoneNumber }}
+ 手机号:+86 178****5075
*
{{ isSending || countdown > 0 ? `${countdown}s后重发` : '发送验证码' }}
@@ -229,7 +298,7 @@ const savePassword = () => {
*
{
+
+
+
+
+
+
*
+
+
+ +86
+ +852
+ +853
+
+
+
+
+
+
*
+
+
+
+ {{ isSending || countdown > 0 ? `${countdown}s后重发` : '发送验证码' }}
+
+
+
+
+
+
+
+
diff --git a/src/views/admin/image/index.vue b/src/views/admin/image/index.vue
new file mode 100644
index 0000000..d83219f
--- /dev/null
+++ b/src/views/admin/image/index.vue
@@ -0,0 +1,350 @@
+
+
+
+
+
+
+
我的镜像
+
+ 连续3个月未登录或欠费50元以上,平台保留删除数据的权利,具体规则请参考
+ 文档
+
+
+
+
+
+
+ 存储容量大小:{{ storageUsed }}
+ (今天容量使用峰值{{ storagePeak }},预计扣费{{ expectedFee }})
+
+
查看计费规则
+
+
+
+
+
+
+
+ 免费:{{ freeStorage }}
+ 付费:{{ paidStorage }}
+
+
+
+
+
+
+ 查看
+ 删除
+
+
+
+ 暂无数据
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/admin/index.vue b/src/views/admin/index.vue
index a7cdac0..abb508d 100644
--- a/src/views/admin/index.vue
+++ b/src/views/admin/index.vue
@@ -45,7 +45,7 @@ const menuItems: MenuItem[] = [
{ path: '/layout/overview', name: '总览', icon: HomeOutlined },
{ path: '/layout/container', name: '容器实例', icon: ConsoleSqlOutlined },
{ path: '/layout/admin/fileStore', name: '文件存储', icon: FolderOpenOutlined },
- { path: '/layout/image', name: '镜像', icon: GlobalOutlined },
+ { path: '/layout/admin/image', name: '镜像', icon: GlobalOutlined },
{ path: '/layout/publicData', name: '公开数据', icon: LaptopOutlined },
{
path: '/layout/fee',