浏览代码

添加目录文件

306132416@qq.com 4 年之前
父节点
当前提交
370530bfe8
共有 2 个文件被更改,包括 11 次插入6 次删除
  1. 10 5
      .hbuilderx/launch.json
  2. 1 1
      pages/index/index.vue

+ 10 - 5
.hbuilderx/launch.json

@@ -2,10 +2,15 @@
   // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数
     "version": "0.0",
     "configurations": [{
-            "type": "uniCloud",
-            "default": {
-                "launchtype": "local"
-            }
-        }
+     	"default" : 
+     	{
+     		"launchtype" : "local"
+     	},
+     	"mp-weixin" : 
+     	{
+     		"launchtype" : "local"
+     	},
+     	"type" : "uniCloud"
+     }
     ]
 }

+ 1 - 1
pages/index/index.vue

@@ -11,7 +11,7 @@
 	export default {
 		data() {
 			return {
-				title: 'Hello'
+				title: '空i企'
 			}
 		},
 		onLoad() {