diff --git a/common/js/api.js b/common/js/api.js index 77ca553..fc1887d 100644 --- a/common/js/api.js +++ b/common/js/api.js @@ -56,5 +56,7 @@ export default { userttwechat(data) { //开票人列表 return uni.api.post("user/ttwechat", data); }, - + storepaidkeywordsearch(data) { //企业关键词搜索Paid + return uni.api.post("store/paidkeywordsearch", data); + }, } \ No newline at end of file diff --git a/framework/0-conf.js b/framework/0-conf.js index 317ed6d..c359585 100644 --- a/framework/0-conf.js +++ b/framework/0-conf.js @@ -7,9 +7,9 @@ const baseUrl = 'https://invoice.sxczgkj.cn/api/' //正式 // const baseUrl = 'http://192.168.2.23:8888/api/'//正式 // const baseUrl = 'http://test.invoice.sxczgkj.cn/api/'//测试 // #endif -// import VConsole from "./vConsole.js" +import VConsole from "./vConsole.js" // if (debug) { -// // new VConsole() + // new VConsole() // } const version = '120' const autoRemoveCache = { diff --git a/index.html b/index.html index ab648d3..c2d4a22 100644 --- a/index.html +++ b/index.html @@ -6,11 +6,6 @@