From c6f8da07830965db278f0d9a3b7d457360744de7 Mon Sep 17 00:00:00 2001 From: liugongyu <290219706@qq.com> Date: Thu, 12 Oct 2023 14:18:37 +0800 Subject: [PATCH] 西城购买月卡 --- config/index.js | 8 ++++---- src/utils/utils.js | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/index.js b/config/index.js index 211ee8c..4c43f4f 100644 --- a/config/index.js +++ b/config/index.js @@ -8,7 +8,7 @@ module.exports = { dev: { // Paths - assetsSubDirectory: 'yueka', + assetsSubDirectory: 'xcyk', assetsPublicPath: '/', // proxyTable: { // '/api':{ @@ -47,11 +47,11 @@ module.exports = { build: { // Template for index.html - index: path.resolve(__dirname, '../yueka/yueka.html'), + index: path.resolve(__dirname, '../xcyk/xcyk.html'), // Paths - assetsRoot: path.resolve(__dirname, '../yueka'), - assetsSubDirectory: 'yueka', + assetsRoot: path.resolve(__dirname, '../xcyk'), + assetsSubDirectory: 'xcyk', assetsPublicPath: './', /** diff --git a/src/utils/utils.js b/src/utils/utils.js index a9e6702..6ca9a47 100644 --- a/src/utils/utils.js +++ b/src/utils/utils.js @@ -162,7 +162,7 @@ export default { // 黄石 appid wxa1a66cc7d263afe6 // 阳明 wxdfb0276f85514ea3 // 无锡 wx1e9001e5940605b1 - myOrgId: "10007", // 归属地 赤峰id 10003 黄石 10079 无锡10005 扬明10193 西城10007 + myOrgId: "10236", // 归属地 赤峰id 10003 黄石 10079 无锡10005 扬明10193 西城10007 myGetSign: function(objb) { // 获取签名 var compare = function(obj1, obj2) { var val1 = obj1.keyname; -- libgit2 0.21.4