Commit 1dbed0c2 by tangjiale

测试

parent a48ae52a
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* @eMail: 932055106@qq.com * @eMail: 932055106@qq.com
* @Date: 2022-08-02 09:43:48 * @Date: 2022-08-02 09:43:48
* @LastEditors: tangjiale * @LastEditors: tangjiale
* @LastEditTime: 2022-08-02 09:53:54 * @LastEditTime: 2022-08-02 10:06:33
--> -->
# Vue+Nuxt+Vant 小奔运动小程序h5承载项目 # Vue+Nuxt+Vant 小奔运动小程序h5承载项目
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
- 测试环境:https://test.xiaobentiyu.cn/mobileh5/ - 测试环境:https://test.xiaobentiyu.cn/mobileh5/
- 后端域名:https://test.xiaobentiyu.cn - 后端域名:https://test.xiaobentiyu.cn
- jenkins:testh5.xiaobentiyu.cn
## 开源文档 ## 开源文档
- [Nuxt.js ](https://zh.nuxtjs.org/) - [Nuxt.js ](https://zh.nuxtjs.org/)
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* @eMail: 932055106@qq.com * @eMail: 932055106@qq.com
* @Date: 2022-01-10 15:06:45 * @Date: 2022-01-10 15:06:45
* @LastEditors: tangjiale * @LastEditors: tangjiale
* @LastEditTime: 2022-08-01 17:10:07 * @LastEditTime: 2022-08-02 10:17:02
*/ */
const envMap = { const envMap = {
'dev': { 'dev': {
...@@ -33,8 +33,9 @@ module.exports = { ...@@ -33,8 +33,9 @@ module.exports = {
script: [ {src: 'https://res.wx.qq.com/open/js/jweixin-1.6.0.js'}] script: [ {src: 'https://res.wx.qq.com/open/js/jweixin-1.6.0.js'}]
}, },
router: { router: {
base: '', mode: 'history',
middleware: ['auth'] middleware: ['auth'],
base:'mobileh5'
}, },
plugins: [ plugins: [
'~/plugins/framework-install' '~/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