@@ -1,6 +1,6 @@
{
"name" : "响亮商城",
- "appid" : "__UNI__52209B6",
+ "appid" : "__UNI__F0EBD91",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : "100",
@@ -400,7 +400,7 @@ page {
flex-direction: column;
color: #f7d680;
height: 240rpx;
- background: linear-gradient(left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8));
+ background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8));
border-radius: 16rpx 16rpx 0 0;
overflow: hidden;
position: relative;
@@ -12,7 +12,7 @@ Vue.use(Vuex)
const store = new Vuex.Store({
state: {
// baseURL:"http://yrh.liuniu946.com",//'http://eb.shuibo.net',//请求地址配置
- baseURL:'http://base.liuniu946.com',//请求地址配置
+ baseURL:'http://lnpt.frp.liuniu946.com',//请求地址配置
urlFile:'/index',//项目部署所在文件夹
userInfo: {}, //登录信息
loginInterceptor:false,//是否打开强制登录