diff --git a/src/manifest.json b/src/manifest.json index 2cec5ee..b4b2033 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,28 +1,28 @@ { - "name" : "", - "appid" : "", - "description" : "", - "versionName" : "1.0.0", - "versionCode" : "100", - "transformPx" : false, + "name": "", + "appid": "", + "description": "", + "versionName": "1.0.0", + "versionCode": "100", + "transformPx": false, /* 5+App特有相关 */ - "app-plus" : { - "usingComponents" : true, - "nvueStyleCompiler" : "uni-app", - "compilerVersion" : 3, - "splashscreen" : { - "alwaysShowBeforeRender" : true, - "waiting" : true, - "autoclose" : true, - "delay" : 0 + "app-plus": { + "usingComponents": true, + "nvueStyleCompiler": "uni-app", + "compilerVersion": 3, + "splashscreen": { + "alwaysShowBeforeRender": true, + "waiting": true, + "autoclose": true, + "delay": 0 }, /* 模块配置 */ - "modules" : {}, + "modules": {}, /* 应用发布信息 */ - "distribute" : { + "distribute": { /* android打包配置 */ - "android" : { - "permissions" : [ + "android": { + "permissions": [ "", "", "", @@ -41,32 +41,34 @@ ] }, /* ios打包配置 */ - "ios" : {}, + "ios": {}, /* SDK配置 */ - "sdkConfigs" : {} + "sdkConfigs": {} } }, /* 快应用特有相关 */ - "quickapp" : {}, + "quickapp": {}, /* 小程序特有相关 */ - "mp-weixin" : { - "appid" : "wx75cf14e3a0d45821", - "setting" : { - "urlCheck" : false + "mp-weixin": { + "appid": "wx75cf14e3a0d45821", + "setting": { + "urlCheck": false, + "ignoreDevUnusedFiles": false, + "ignoreUploadUnusedFiles": false }, - "usingComponents" : true + "usingComponents": true }, - "mp-alipay" : { - "usingComponents" : true + "mp-alipay": { + "usingComponents": true }, - "mp-baidu" : { - "usingComponents" : true + "mp-baidu": { + "usingComponents": true }, - "mp-toutiao" : { - "usingComponents" : true + "mp-toutiao": { + "usingComponents": true }, - "uniStatistics": { + "uniStatistics": { "enable": false }, - "vueVersion" : "3" -} + "vueVersion": "3" +} \ No newline at end of file diff --git a/src/pages.json b/src/pages.json index e45c10c..5d34687 100644 --- a/src/pages.json +++ b/src/pages.json @@ -3,38 +3,44 @@ { "path": "pages/index/index", "style": { - "navigationBarTitleText": "慧拍" + "navigationBarTitleText": "智像" } }, { "path": "pages/uploadPhoto/uploadPhoto", "style": { - "navigationBarTitleText": "慧拍" + "navigationBarTitleText": "智像" } }, { "path": "pages/closeStyle/closeStyle", "style": { - "navigationBarTitleText": "慧拍" + "navigationBarTitleText": "智像" } }, { "path": "pages/closeStyle/goCreatePhoto", "style": { - "navigationBarTitleText": "慧拍" + "navigationBarTitleText": "智像" } }, { "path": "pages/createing/index", "style": { - "navigationBarTitleText": "慧拍" + "navigationBarTitleText": "智像" + } + }, + { + "path": "pages/lookPhoto/index", + "style": { + "navigationBarTitleText": "智像" } }, { "path": "pages/home/index", "style": { - "navigationBarTitleText": "慧拍" + "navigationBarTitleText": "智像" } }, { diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 173ed00..1beec24 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -38,7 +38,7 @@ import { voiceTotalApi } from "../../api/login.js"; const checkboxValue1 = ref([]); const checkboxList1 = reactive([ { - name: "同意慧图相机用户使用协议", + name: "同意智像相机用户使用协议", disabled: false, }, ]); diff --git a/src/pages/lookPhoto/index.vue b/src/pages/lookPhoto/index.vue new file mode 100644 index 0000000..07fc03c --- /dev/null +++ b/src/pages/lookPhoto/index.vue @@ -0,0 +1,159 @@ + + + + +