flat: 石河子项目重置
This commit is contained in:
@@ -483,7 +483,7 @@
|
|||||||
padding: 24rpx;
|
padding: 24rpx;
|
||||||
|
|
||||||
.top_log {
|
.top_log {
|
||||||
background: url(@/static/img/index/inLogo.png) no-repeat center center;
|
background: url(@/static/img/title-pg.png) no-repeat center center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
height: 60rpx;
|
height: 60rpx;
|
||||||
width: 450rpx;
|
width: 450rpx;
|
||||||
@@ -518,7 +518,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.home_logo {
|
.home_logo {
|
||||||
background: url(@/static/img/index/inLogo.png) no-repeat center center;
|
background: url(@/static/img/title-pg.png) no-repeat center center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
height: 76rpx;
|
height: 76rpx;
|
||||||
width: 560rpx;
|
width: 560rpx;
|
||||||
|
|||||||
@@ -119,10 +119,10 @@
|
|||||||
<!-- <view class="btn-out" @click="logout">
|
<!-- <view class="btn-out" @click="logout">
|
||||||
退出登录
|
退出登录
|
||||||
</view> -->
|
</view> -->
|
||||||
<view class="bottom" @click="makePhoneCall">
|
<!-- <view class="bottom" @click="makePhoneCall">
|
||||||
<view>德阳市人社局 电话:0838-2505580</view>
|
<view>德阳市人社局 电话:0838-2505580</view>
|
||||||
<view>地址:德阳市旌阳区天山南路1段-102号</view>
|
<view>地址:德阳市旌阳区天山南路1段-102号</view>
|
||||||
</view>
|
</view> -->
|
||||||
<cs-button></cs-button>
|
<cs-button></cs-button>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="navPosition" @click="navTo('/pages/project/map')">
|
<view class="navPosition" @click="navTo('/pages/project/map')">
|
||||||
<u-icon name="map" color="#2979ff" size="16"></u-icon>
|
<u-icon name="map" color="#2979ff" size="16"></u-icon>
|
||||||
<view class="positionText">德阳市地图服务</view>
|
<view class="positionText">石河子地图服务</view>
|
||||||
<u-icon name="arrow-right" color="#666666" size="14"></u-icon>
|
<u-icon name="arrow-right" color="#666666" size="14"></u-icon>
|
||||||
</view>
|
</view>
|
||||||
<view class="content">
|
<view class="content">
|
||||||
|
|||||||
BIN
static/img/title-pg.png
Normal file
BIN
static/img/title-pg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
@@ -10,7 +10,7 @@ export default {
|
|||||||
}) !== false,
|
}) !== false,
|
||||||
homeTitle: getStore({
|
homeTitle: getStore({
|
||||||
name: 'homeTitle'
|
name: 'homeTitle'
|
||||||
}) || '德阳市智慧就业服务平台'
|
}) || '石河子智慧就业服务平台'
|
||||||
},
|
},
|
||||||
actions: {},
|
actions: {},
|
||||||
mutations: {
|
mutations: {
|
||||||
|
|||||||
@@ -8,10 +8,11 @@ module.exports = {
|
|||||||
'/api': {
|
'/api': {
|
||||||
// target: 'http://10.165.0.173:8000',
|
// target: 'http://10.165.0.173:8000',
|
||||||
// target: 'http://192.168.1.115:8000',
|
// target: 'http://192.168.1.115:8000',
|
||||||
target: 'http://39.98.44.136:6013',
|
// target: 'http://39.98.44.136:6013',
|
||||||
|
target: 'http://36.105.163.21:30081',
|
||||||
ws: true,
|
ws: true,
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
'^/api': '/'
|
'^/api': '/api'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'/qq/map': {
|
'/qq/map': {
|
||||||
|
|||||||
Reference in New Issue
Block a user