diff --git a/apis/interfaces/public.js b/apis/interfaces/public.js new file mode 100644 index 0000000..701bd67 --- /dev/null +++ b/apis/interfaces/public.js @@ -0,0 +1,20 @@ + +/** + * Web唐明明 + * 匆匆数载恍如梦,岁月迢迢华发增。 + * 碌碌无为枉半生,一朝惊醒万事空。 + * moduleName: 公共的 + */ + +import { request } from '../index' + +// 协议 +const cms = id => { + return request({ + url : 'cms/pages/' + id, + }) +} + +export { + cms +} \ No newline at end of file diff --git a/manifest.json b/manifest.json index 9c7ea99..77f73cb 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name" : "抖火", "appid" : "__UNI__C305C03", "description" : "", - "versionName" : "1.1.0", + "versionName" : "1.1.1", "versionCode" : "100", "transformPx" : false, /* 5+App特有相关 */ diff --git a/pages/auth/auth.vue b/pages/auth/auth.vue index e73d49a..d5082c5 100644 --- a/pages/auth/auth.vue +++ b/pages/auth/auth.vue @@ -25,8 +25,8 @@ > 我已阅读并同意 - 服务协议、 - 隐私权政策 + 服务协议、 + 隐私权政策 diff --git a/pages/richText/richText.vue b/pages/richText/richText.vue index 2d31121..f707cda 100644 --- a/pages/richText/richText.vue +++ b/pages/richText/richText.vue @@ -1,25 +1,39 @@