From b623d3e088e4bc0455ac7278adb096324142d426 Mon Sep 17 00:00:00 2001 From: JING Date: Fri, 9 Aug 2024 14:50:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/env.js | 2 +- pages.json | 14 ++++++++++++++ pages/user/index.vue | 8 ++++++-- pages/user/photo/ai.vue | 22 ++++++++++++++++++++++ pages/user/photo/cartoon.vue | 22 ++++++++++++++++++++++ 5 files changed, 65 insertions(+), 3 deletions(-) create mode 100644 pages/user/photo/ai.vue create mode 100644 pages/user/photo/cartoon.vue diff --git a/config/env.js b/config/env.js index 0dbbe9c..8653907 100644 --- a/config/env.js +++ b/config/env.js @@ -10,7 +10,7 @@ var ENV_API_URL = { //CdnUrl 环境配置[都默认为线上都行] var ENV_BASE_URL = { production:'https://photo.internal.com', //正式环境 - development:'https://photo.internal.com', //开发测试环境 + development:'http://photo.internal.com', //开发测试环境 local:'https://photo.internal.com',//本地调试环境 } diff --git a/pages.json b/pages.json index 9e033f2..bf2e00a 100644 --- a/pages.json +++ b/pages.json @@ -61,6 +61,20 @@ { "navigationBarTitleText" : "照片换底色详情" } + }, + { + "path" : "pages/user/photo/ai", + "style" : + { + "navigationBarTitleText" : "AI写真" + } + }, + { + "path" : "pages/user/photo/cartoon", + "style" : + { + "navigationBarTitleText" : "卡通画风" + } } ], diff --git a/pages/user/index.vue b/pages/user/index.vue index 1275bf4..0827e70 100644 --- a/pages/user/index.vue +++ b/pages/user/index.vue @@ -587,10 +587,14 @@ export default { }) break; case 3: - + uni.navigateTo({ + url:'/pages/user/photo/ai?id='+item.id, + }) break; case 4: - + uni.navigateTo({ + url:'/pages/user/photo/cartoon?id='+item.id, + }) break; } }, diff --git a/pages/user/photo/ai.vue b/pages/user/photo/ai.vue new file mode 100644 index 0000000..8183fd0 --- /dev/null +++ b/pages/user/photo/ai.vue @@ -0,0 +1,22 @@ + + + + + diff --git a/pages/user/photo/cartoon.vue b/pages/user/photo/cartoon.vue new file mode 100644 index 0000000..8183fd0 --- /dev/null +++ b/pages/user/photo/cartoon.vue @@ -0,0 +1,22 @@ + + + + +