Browse Source

更新

master
suizhijia 4 years ago
parent
commit
ea1ce37983
3 changed files with 10 additions and 9 deletions
  1. +8
    -8
      public/index.html
  2. +1
    -1
      vue.config.js
  3. +1
    -0
      项目备注!!!!.txt

+ 8
- 8
public/index.html View File

@@ -20,18 +20,18 @@
menuList: ["menuItem:share:timeline","menuItem:share:appMessage","menuItem:favorite"]
});
if(isWeiXin()){
wx_share('捷信金融卓越零售',"终端陈列指引",'终端陈列指引',"http://www.jiyou-tech.com/2020/561/",'http://www.jiyou-tech.com/2020/561/imgShare.jpg');
wx_share('捷信金融卓越零售',"终端陈列指引",'终端陈列指引',"http://www.jiyou-tech.com/2020/587/",'http://www.jiyou-tech.com/2020/587/imgShare.jpg');
}
});
</script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?cd4c9c7c4b623d553db69cccba0dd6c5";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?6a47763004ab013ca9b9e8f536c60277";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body>

+ 1
- 1
vue.config.js View File

@@ -2,6 +2,6 @@
module.exports = {
// 选项...
publicPath: process.env.NODE_ENV === 'production'
? '/2020/561/'
? '/2020/587/'
: '/'
}

+ 1
- 0
项目备注!!!!.txt View File

@@ -0,0 +1 @@
此项目编译后,在服务器上的目录为587

Loading…
Cancel
Save