|
@@ -1,10 +1,9 @@
|
|
<script>
|
|
<script>
|
|
export default {
|
|
export default {
|
|
globalData: {
|
|
globalData: {
|
|
- env: 'pro', // pro 生产、uat 预发布、dev本地
|
|
|
|
// baseUrl: 'http://192.168.16.156:7904/beauty-customer/', // 本地
|
|
// baseUrl: 'http://192.168.16.156:7904/beauty-customer/', // 本地
|
|
// baseUrl: 'https://cust.test.baibaibai.net/beauty-customer/', // 预发布
|
|
// baseUrl: 'https://cust.test.baibaibai.net/beauty-customer/', // 预发布
|
|
- baseUrl: 'https://cust.baibaibai.net/beauty-customer/' // 生产
|
|
|
|
|
|
+ baseUrl: 'https://cust.baibaibai.net/beauty-customer/' ,// 生产
|
|
},
|
|
},
|
|
onLaunch: function() {
|
|
onLaunch: function() {
|
|
console.log('App Launch');
|
|
console.log('App Launch');
|