无终街支付小程序,详情页增加点击交互
This commit is contained in:
parent
8b8425790d
commit
97784524ff
@ -1,7 +1,7 @@
|
|||||||
export default {
|
export default {
|
||||||
env: {
|
env: {
|
||||||
NODE_ENV: JSON.stringify('development'),
|
NODE_ENV: JSON.stringify('development'),
|
||||||
baseApiUrl: JSON.stringify('http://192.168.1.65:8880'),
|
baseApiUrl: JSON.stringify('http://82.156.121.2:8880'),
|
||||||
name: JSON.stringify('test'),
|
name: JSON.stringify('test'),
|
||||||
appId: JSON.stringify('wx87a5db19138da60d'),
|
appId: JSON.stringify('wx87a5db19138da60d'),
|
||||||
},
|
},
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
export default {
|
export default {
|
||||||
env: {
|
env: {
|
||||||
NODE_ENV: JSON.stringify('production'),
|
NODE_ENV: JSON.stringify('production'),
|
||||||
baseApiUrl: JSON.stringify('http://192.168.1.65:8880'),
|
baseApiUrl: JSON.stringify('http://82.156.121.2:8880'),
|
||||||
name: JSON.stringify('production'),
|
name: JSON.stringify('production'),
|
||||||
appId: JSON.stringify('wx87a5db19138da60d'),
|
appId: JSON.stringify('wx87a5db19138da60d'),
|
||||||
},
|
},
|
||||||
|
@ -24,15 +24,15 @@
|
|||||||
"miniprogram": {
|
"miniprogram": {
|
||||||
"list": [
|
"list": [
|
||||||
{
|
{
|
||||||
"name": "pages/courseIndex/index",
|
"name": "pages/index/index",
|
||||||
"pathName": "pages/courseIndex/index",
|
"pathName": "pages/index/index",
|
||||||
"query": "",
|
"query": "id=111",
|
||||||
"scene": null,
|
"scene": null,
|
||||||
"launchMode": "default"
|
"launchMode": "default"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "pages/index/index",
|
"name": "pages/courseIndex/index",
|
||||||
"pathName": "pages/index/index",
|
"pathName": "pages/courseIndex/index",
|
||||||
"query": "",
|
"query": "",
|
||||||
"launchMode": "default",
|
"launchMode": "default",
|
||||||
"scene": null
|
"scene": null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user