Commit 1dbed0c2 by tangjiale

测试

parent a48ae52a
......@@ -3,7 +3,7 @@
* @eMail: 932055106@qq.com
* @Date: 2022-08-02 09:43:48
* @LastEditors: tangjiale
* @LastEditTime: 2022-08-02 09:53:54
* @LastEditTime: 2022-08-02 10:06:33
-->
# Vue+Nuxt+Vant 小奔运动小程序h5承载项目
......@@ -12,6 +12,7 @@
- 测试环境:https://test.xiaobentiyu.cn/mobileh5/
- 后端域名:https://test.xiaobentiyu.cn
- jenkins:testh5.xiaobentiyu.cn
## 开源文档
- [Nuxt.js ](https://zh.nuxtjs.org/)
......
......@@ -3,7 +3,7 @@
* @eMail: 932055106@qq.com
* @Date: 2022-01-10 15:06:45
* @LastEditors: tangjiale
* @LastEditTime: 2022-08-01 17:10:07
* @LastEditTime: 2022-08-02 10:17:02
*/
const envMap = {
'dev': {
......@@ -33,8 +33,9 @@ module.exports = {
script: [ {src: 'https://res.wx.qq.com/open/js/jweixin-1.6.0.js'}]
},
router: {
base: '',
middleware: ['auth']
mode: 'history',
middleware: ['auth'],
base:'mobileh5'
},
plugins: [
'~/plugins/framework-install'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment