diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json
index e5aaa3e..dd4ad0b 100644
--- a/.hbuilderx/launch.json
+++ b/.hbuilderx/launch.json
@@ -1,11 +1,16 @@
{ // launch.json 配置了启动调试时相关设置,configurations下节点名称可为 app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/
// launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数
"version": "0.0",
- "configurations": [{
- "type": "uniCloud",
- "default": {
- "launchtype": "local"
- }
- }
+ "configurations": [{
+ "default" :
+ {
+ "launchtype" : "local"
+ },
+ "mp-weixin" :
+ {
+ "launchtype" : "local"
+ },
+ "type" : "uniCloud"
+ }
]
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1e66078..1dc688d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# 0.1.0 (2021-10-26)
+# 0.1.0 (2021-10-29)
### 🌟 新功能
范围|描述|commitId
@@ -84,6 +84,7 @@
- | 任务快捷方式图标增加 | 4aba872
- | 修改角色样式 | 73e268e
- | 删除calendar中多余的console | e339eec
+ - | 删除console | 2a7cd39
- | 删除console.log | 5064a38
- | 删除index中没用的alert代码 | 9c9eec7
- | 删除mock,console;upload添加loading | 99d42e2
diff --git a/src/apis/wbs.js b/src/apis/wbs.js
index 9773e20..2f4926f 100644
--- a/src/apis/wbs.js
+++ b/src/apis/wbs.js
@@ -2,7 +2,7 @@ const install = (Vue, vm) => {
vm.$u.api = { ...vm.$u.api } || {};
// 导入wbs
// vm.$u.api.import = formData => vm.$t.chooseAndUpload(`${uni.$t.domain}/wbs`, formData);
- vm.$u.api.import = formData => vm.$t.chooseAndUpload(`https://test.tall.wiki/gateway/sports/wbs`, formData);
+ vm.$u.api.import = formData => vm.$t.chooseAndUpload(`https://www.tall.wiki/gateway/sports/wbs`, formData);
};
export default { install };
diff --git a/src/pages.json b/src/pages.json
index ce40d16..16b430f 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -33,12 +33,10 @@
"navigationBarTitleText": "TALL",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
- /* #ifdef H5 */
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
}
- /* #endif */
},
"easycom": {
"autoscan": true,
diff --git a/src/pages/project-webview/project-webview.vue b/src/pages/project-webview/project-webview.vue
index a8ba011..ecb6fe8 100644
--- a/src/pages/project-webview/project-webview.vue
+++ b/src/pages/project-webview/project-webview.vue
@@ -16,8 +16,8 @@ export default {
this.serUrl(options);
}
- /* #ifdef H5 */
this.getPostMessage();
+ /* #ifdef H5 */
/* #endif */
},
diff --git a/src/pages/right-window/right-window.vue b/src/pages/right-window/right-window.vue
index be4a431..375ab25 100644
--- a/src/pages/right-window/right-window.vue
+++ b/src/pages/right-window/right-window.vue
@@ -5,7 +5,7 @@
-
+