页面开发准备
This commit is contained in:
parent
3afac901a9
commit
1ec1cfb4f7
|
|
@ -3,7 +3,7 @@ module.exports = {
|
||||||
// #ifdef H5
|
// #ifdef H5
|
||||||
// baseUrl: '/canteen/dev-api',
|
// baseUrl: '/canteen/dev-api',
|
||||||
// baseUrl: '/dev-api',
|
// baseUrl: '/dev-api',
|
||||||
baseUrl: 'http://192.168.137.1:48380',//测试
|
baseUrl: 'http://192.168.1.100:48380',//测试
|
||||||
// baseUrl: 'http://192.168.2.54:48380',//测试
|
// baseUrl: 'http://192.168.2.54:48380',//测试
|
||||||
// baseUrl: 'http://192.168.0.244:58580',//测试
|
// baseUrl: 'http://192.168.0.244:58580',//测试
|
||||||
// baseUrl: 'http://192.168.2.82:58080',//张天强
|
// baseUrl: 'http://192.168.2.82:58080',//张天强
|
||||||
|
|
|
||||||
|
|
@ -85,7 +85,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title" : "绿智食堂",
|
"title" : "征途通",
|
||||||
"router" : {
|
"router" : {
|
||||||
"mode" : "hash",
|
"mode" : "hash",
|
||||||
"base" : "./"
|
"base" : "./"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "gz_safety_app",
|
"name": "gz_safety_app",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "绿智食堂",
|
"description": "征途通",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
|
|
||||||
|
|
@ -281,7 +281,7 @@
|
||||||
},
|
},
|
||||||
"globalStyle": {
|
"globalStyle": {
|
||||||
"navigationBarTextStyle": "white",
|
"navigationBarTextStyle": "white",
|
||||||
"navigationBarTitleText": "绿智食堂",
|
"navigationBarTitleText": "征途通",
|
||||||
"navigationBarBackgroundColor": "#3989FF"
|
"navigationBarBackgroundColor": "#3989FF"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<page-meta :page-font-size="fontValue+'px'" :root-font-size="fontValue+'px'"></page-meta>
|
<page-meta :page-font-size="fontValue+'px'" :root-font-size="fontValue+'px'"></page-meta>
|
||||||
<view style="padding-top: 5vh;padding-bottom: 1vh;width: 100%;font-size: 38rpx;color: #fff;text-align: center;font-weight: 600;">首页</view>
|
<!-- <view style="padding-top: 5vh;padding-bottom: 1vh;width: 100%;font-size: 38rpx;color: #fff;text-align: center;font-weight: 600;">首页</view>
|
||||||
<view class="top-view">
|
<view class="top-view">
|
||||||
<view class="user-view">
|
<view class="user-view">
|
||||||
<view style="width: 24%;height: 100%;display: flex;align-items: center;justify-content: center;z-index: 999999;">
|
<view style="width: 24%;height: 100%;display: flex;align-items: center;justify-content: center;z-index: 999999;">
|
||||||
|
|
@ -15,6 +15,11 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
</view> -->
|
||||||
|
<view style="width: 100%;padding-top: 5vh;color: #fff;height: 25vh;display: flex;align-items: center;padding-left: 6%;">
|
||||||
|
<view style="font-size: 40rpx;font-weight: 600;">
|
||||||
|
征途通
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="handle-box">
|
<view class="handle-box">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue