Commit c6f8da07830965db278f0d9a3b7d457360744de7

Authored by 刘淇
1 parent 8cfc6ab9

西城购买月卡

config/index.js
@@ -8,7 +8,7 @@ module.exports = { @@ -8,7 +8,7 @@ module.exports = {
8 dev: { 8 dev: {
9 9
10 // Paths 10 // Paths
11 - assetsSubDirectory: 'yueka', 11 + assetsSubDirectory: 'xcyk',
12 assetsPublicPath: '/', 12 assetsPublicPath: '/',
13 // proxyTable: { 13 // proxyTable: {
14 // '/api':{ 14 // '/api':{
@@ -47,11 +47,11 @@ module.exports = { @@ -47,11 +47,11 @@ module.exports = {
47 47
48 build: { 48 build: {
49 // Template for index.html 49 // Template for index.html
50 - index: path.resolve(__dirname, '../yueka/yueka.html'), 50 + index: path.resolve(__dirname, '../xcyk/xcyk.html'),
51 51
52 // Paths 52 // Paths
53 - assetsRoot: path.resolve(__dirname, '../yueka'),  
54 - assetsSubDirectory: 'yueka', 53 + assetsRoot: path.resolve(__dirname, '../xcyk'),
  54 + assetsSubDirectory: 'xcyk',
55 assetsPublicPath: './', 55 assetsPublicPath: './',
56 56
57 /** 57 /**
src/utils/utils.js
@@ -162,7 +162,7 @@ export default { @@ -162,7 +162,7 @@ export default {
162 // 黄石 appid wxa1a66cc7d263afe6 162 // 黄石 appid wxa1a66cc7d263afe6
163 // 阳明 wxdfb0276f85514ea3 163 // 阳明 wxdfb0276f85514ea3
164 // 无锡 wx1e9001e5940605b1 164 // 无锡 wx1e9001e5940605b1
165 - myOrgId: "10007", // 归属地 赤峰id 10003 黄石 10079 无锡10005 扬明10193 西城10007 165 + myOrgId: "10236", // 归属地 赤峰id 10003 黄石 10079 无锡10005 扬明10193 西城10007
166 myGetSign: function(objb) { // 获取签名 166 myGetSign: function(objb) { // 获取签名
167 var compare = function(obj1, obj2) { 167 var compare = function(obj1, obj2) {
168 var val1 = obj1.keyname; 168 var val1 = obj1.keyname;