zhengkaixin 4 lat temu
rodzic
commit
710e8d0258
1 zmienionych plików z 1 dodań i 1 usunięć
  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'