Commit 8932bb76 authored by 刘怀志's avatar 刘怀志

init-3

parent e4cc095c
......@@ -4,9 +4,9 @@ module.exports = {
// baseUrl: 'http://localhost:8091',
// baseUrl: 'http://114.67.241.140:8091',
/* 原*/
baseUrl: 'https://qf.91isoft.com/cw',
// baseUrl: 'https://qf.91isoft.com/cw',
/* 换*/
/* baseUrl: 'http://47.92.55.88:8091',*/
baseUrl: 'http://103.131.168.155:8001/ae-api',
// imageUrl: 'http://localhost:8090',
/* 原*/
imageUrl: 'https://qf.91isoft.com/cwfile',
......
{
"name": "pet-customer-app",
"name": "db_qms_app",
"version": "1.0.0",
"main": "index.js",
"repository": "http://gitlab.91isoft.com:90/liuhuaizhi/pet-customer-app.git",
"repository": "http://gitlab.91isoft.com:90/liuhuaizhi/db_qms_app.git",
"author": "liuhuaizhi <liuhuaizhi@91isoft.com>",
"license": "MIT",
"scripts": {
......
......@@ -3,14 +3,14 @@
{
"path": "pages/login",
"style": {
"navigationBarTitleText": "邦宠宝",
"navigationBarTitleText": "DHEC QMS",
"navigationStyle": "custom"
}
},
{
"path": "pages/index",
"style": {
"navigationBarTitleText": "邦宠宝",
"navigationBarTitleText": "DHEC QMS",
"navigationStyle": "custom"
}
},
......@@ -396,7 +396,17 @@
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "邦宠宝",
"navigationBarTitleText": "DHEC QMS",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
"condition" : { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [
{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}
]
}
}
<template>
<view class="service" :style="{backgroundImage: `url(${baseUrl}${backImage})`}">
<ya-navbar title="邦宠宝" :left-icon="baseUrl+'/tmt-pic/pet-app/home_icon_dingwei@2x.png'" :left-text="homeAdress" :title-style="{color: '#FFFFFF',fontSize: '40rpx',fontWeight: 'bold'}" />
<ya-navbar title="DHEC QMS" :left-icon="baseUrl+'/tmt-pic/pet-app/home_icon_dingwei@2x.png'" :left-text="homeAdress" :title-style="{color: '#FFFFFF',fontSize: '40rpx',fontWeight: 'bold'}" />
<!-- <view class="topAdress">-->
<!-- <image :src="baseUrl+'/tmt-pic/pet-app/home_icon_dingwei@2x.png'" style="width: 40rpx;height: 40rpx;" />-->
<!-- <text-->
......
<template>
<view class="normal-login-container">
<ya-navbar title="邦宠宝" :left-icon="null" :title-style="'color: #343744;font-weight: bold;font-size: 40rpx;'" />
<ya-navbar title="DHEC QMS" :left-icon="null" :title-style="'color: #343744;font-weight: bold;font-size: 40rpx;'" />
<!-- 上方文字布局 -->
<view class="top-text-layout">
<view class="first-line">
......@@ -59,7 +59,7 @@
/>
</u-checkbox-group>
<text class="text-agree">我已阅读并同意</text>
<text class="text-private" @click="handleToSetting">邦宠宝用户协议》</text>
<text class="text-private" @click="handleToSetting">DHEC QMS用户协议》</text>
<text class="text-and"></text>
<text class="text-private" @click="handleHelp">《邦宠</text>
</view>
......@@ -115,13 +115,13 @@ export default {
// wx.login 调用所获取到的 code
code: '',
// 默认的logo
defaultLogo: 'http://114.67.241.140:9000/tmt-pic/business/db9d6c62bf4243e4aa403f6619deae06-chushi_icon_logo@2x.png',
defaultLogo: require('../static/images/logo.png'),
imageUrl: config.imageUrl
}
},
created() {
this.getCode()
this.getLogo()
// this.getCode()
// this.getLogo()
},
onLoad() {
console.log('微信登陆页面')
......
<template>
<view class="mine-container">
<ya-navbar title="邦宠宝" :left-icon="null" />
<ya-navbar title="DHEC QMS" :left-icon="null" />
<scroll-view class="scroll-y" scroll-y style="margin: 30rpx 0 0 0;">
<view style="height: 16rpx;background: #F0F0F0;" />
<!--顶部个人信息栏-->
......
......@@ -10,7 +10,7 @@
<view class="class-label">
<u-row>
<u-col :span="9.6">
<view class="label-left">邦宠宝</view>
<view class="label-left">DHEC QMS</view>
</u-col>
<u-col :span="6">
<view class="label-right">{{ article.articleCreateTime }}</view>
......
......@@ -24,7 +24,7 @@
<text>{{ item.articleTitle }}</text>
</view>
<view class="card-source">
<text>邦宠宝</text>
<text>DHEC QMS</text>
</view>
</view>
</view>
......@@ -37,7 +37,7 @@
<text>{{ item.articleTitle }}</text>
</view>
<view class="card-source">
<text>邦宠宝</text>
<text>DHEC QMS</text>
</view>
</view>
</view>
......
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