From 705b8cb0a8483cfa13358d44633ee213ca33b5af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AD=8F=E5=95=BE?= <1144797966@qq.com> Date: Fri, 31 May 2024 11:48:07 +0800 Subject: [PATCH] pdf --- common/js/api.js | 4 +- framework/0-conf.js | 4 +- index.html | 44 - npminstall-debug.log | 205 ++ package-lock.json | 4046 +++++++++++++++++++++++++++ package.json | 1 + pages/hindex/index.vue | 849 +++--- pages/index/Invoicing.vue | 3 +- pages/index/index.vue | 74 +- unpackage/dist/build/web/index.html | 2 +- 10 files changed, 4758 insertions(+), 474 deletions(-) create mode 100644 npminstall-debug.log 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 @@