diff --git a/components/ImgCropper.vue b/components/ImgCropper.vue
new file mode 100644
index 0000000..b5d7383
--- /dev/null
+++ b/components/ImgCropper.vue
@@ -0,0 +1,276 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 上传
+
+
+
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/admin.vue b/pages/admin.vue
index 9149f82..d5bd9a0 100644
--- a/pages/admin.vue
+++ b/pages/admin.vue
@@ -15,18 +15,26 @@
-
-
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+
diff --git a/pages/admin/topic/_topic_uri.vue b/pages/admin/topic/_topic_uri.vue
index 64e1356..3bcb61a 100644
--- a/pages/admin/topic/_topic_uri.vue
+++ b/pages/admin/topic/_topic_uri.vue
@@ -107,6 +107,7 @@ export default {
})
},
handleCommand(command) {
+ console.log(command)
let _ts = this;
if ("admin-post-topic" === command) {
_ts.$router.push({
@@ -142,7 +143,9 @@ export default {
}).catch(() => {
});
}
- }
+ },
+
+
}
diff --git a/pages/admin/topic/post/_topic_id.vue b/pages/admin/topic/post/_topic_id.vue
index e11f6ed..7a3a1ac 100644
--- a/pages/admin/topic/post/_topic_id.vue
+++ b/pages/admin/topic/post/_topic_id.vue
@@ -23,17 +23,24 @@
-
+
+
+
+
+
+
+
+
+
+
+
+ {{topicIconPath}}
+
@@ -41,6 +48,7 @@
+
diff --git a/pages/user/settings/account.vue b/pages/user/settings/account.vue
index 9872f3f..6db53fd 100644
--- a/pages/user/settings/account.vue
+++ b/pages/user/settings/account.vue
@@ -1,157 +1,181 @@
-
-
-
- 基本信息
-
-
-
-
-
-
-
-
- 保密
- 男
- 女
-
-
-
-
-
-
- 保存基本信息
-
-
-
-
- 社交信息
-
-
-
-
-
-
-
-
-
- https://github.com/
-
-
-
-
- https://weibo.com/n/
-
-
-
-
-
-
-
-
-
-
-
- 保存社交信息
-
-
-
-
-
+
+
+
+
+ 基本信息
+
+
+
+
+
+
+
+
+
+
+
+
+ 保密
+ 男
+ 女
+
+
+
+
+
+
+ 保存基本信息
+
+
+
+
+ 社交信息
+
+
+
+
+
+
+
+
+
+ https://github.com/
+
+
+
+
+ https://weibo.com/n/
+
+
+
+
+
+
+
+
+
+
+
+ 保存社交信息
+
+
+
+
+
+
+
+
+