Commit 4b1dd9c4 authored by spc's avatar spc

master

parent 40fc0a3e
{ // {
// launch.json 配置了启动调试时相关设置,configurations下节点名称可为 app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/ // // launch.json 配置了启动调试时相关设置,configurations下节点名称可为 app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/
// launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数 // // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数
"version" : "0.0", // "version" : "0.0",
"configurations" : [ // "configurations" : [
{ // {
"default" : { // "default" : {
"launchtype" : "local" // "launchtype" : "local"
}, // },
"mp-weixin" : { // "mp-weixin" : {
"launchtype" : "local" // "launchtype" : "local"
}, // },
"type" : "uniCloud" // "type" : "uniCloud"
}, // },
{ // {
"openVueDevtools" : true, // "openVueDevtools" : false,
"type" : "uni-app:miniProgram" // "type" : "uni-app:miniProgram"
} // }
] // ]
} // }
...@@ -16,7 +16,7 @@ const { ...@@ -16,7 +16,7 @@ const {
// request.js // request.js
// 通常可以吧 baseUrl 单独放在一个 js 文件了 // 通常可以吧 baseUrl 单独放在一个 js 文件了
// const baseUrl = "http://172.16.224.178:7777/pmall"; // const baseUrl = "http://172.16.224.178:7777/pmall";
//const baseUrl = "https://momclub-uat.feihe.com/pmall";//测试环境 // const baseUrl = "https://momclub-uat.feihe.com/pmall";//测试环境
let baseUrl = "https://momclub.feihe.com/pmall";//生产环境 let baseUrl = "https://momclub.feihe.com/pmall";//生产环境
// const baseUrl = "https://docs.dui88.com/mock/1956/api";//mock // const baseUrl = "https://docs.dui88.com/mock/1956/api";//mock
// const baseUrl = "https://feihe.m.duibatest.com.cn/pmall" // const baseUrl = "https://feihe.m.duibatest.com.cn/pmall"
......
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