zhengkaixin 4 年之前
父节点
当前提交
710e8d0258
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/Common.vue

+ 1 - 1
src/components/Common.vue

@@ -5,7 +5,7 @@
 </template>
 
 <script>
-	const projectName = require('$root/config/project');
+	const projectName = "business";
 	import * as API_WeiXin from '$project/apis/weixin'
 	import * as API_User from '$project/apis/user'
 	import Loading from '$project/components/Loading.vue'