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;