Skip to content

Commit

Permalink
域名替换
Browse files Browse the repository at this point in the history
  • Loading branch information
Eratosici authored and Eratosici committed Nov 10, 2021
1 parent f0e5243 commit 86271c9
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions mall4m/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ vue中后台:https://gitee.com/gz-yami/mall4v

**由于我们并不希望小程序的数据被弄混乱,我们弄了两个数据库。因此,您修改了后台的商品信息,小程序并不能看到!**

后台:<http://mall4j-admin.gz-yami.com> 账号:admin/123456
后台:<http://mall4j-admin.mall4j.com> 账号:admin/123456

小程序:1. 扫描二维码

Expand Down Expand Up @@ -64,6 +64,6 @@ vue中后台:https://gitee.com/gz-yami/mall4v

![QQ群](https://gitee.com/gz-yami/mall4j/raw/master/screenshot/qqGroup.png)

- 论坛:<http://bbs.gz-yami.com>
- 论坛:<http://bbs.mall4j.com>

- 商务邮箱:[email protected]
- 商务邮箱:[email protected]
4 changes: 2 additions & 2 deletions mall4uni/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ uni-app:https://gitee.com/gz-yami/mall4uni

## 演示地址

后台:<http://mall4j-admin.gz-yami.com> 账号:admin/123456
后台:<http://mall4j-admin.mall4j.com> 账号:admin/123456

小程序:1. 扫描二维码

Expand All @@ -50,6 +50,6 @@ uni-app:https://gitee.com/gz-yami/mall4uni

![QQ群](https://gitee.com/gz-yami/mall4j/raw/master/screenshot/qqGroup.png)

- 论坛:<http://bbs.gz-yami.com>
- 论坛:<http://bbs.mall4j.com>

- 商务邮箱:[email protected]
4 changes: 2 additions & 2 deletions mall4uni/pages/login/login.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<view>
<!--pages/login/login.wxml-->
<image src="http://img-test.gz-yami.com/mini/logo.jpg" class="c-logo"></image>
<image src="https://img.mall4j.com/mini/logo.jpg" class="c-logo"></image>
<view class="title">mall4j</view>
<view class="msg">申请获得你的公开信息(昵称、头像等)</view>
<button color="#eb2444" open-type="getUserInfo" lang="zh_CN" @getuserinfo="onGotUserInfo" class>微信授权</button>
Expand Down Expand Up @@ -70,4 +70,4 @@ export default {
</script>
<style>
@import "./login.css";
</style>
</style>
12 changes: 6 additions & 6 deletions mall4uni/utils/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@

//配置文件
// #ifndef MP
// var domain = "http://mall4j-admin.gz-yami.com/api"; //统一接口域名,正式环境
// var wsDomain = "http://mall4j-admin.gz-yami.com/api"; //统一接口域名,正式环境
// var domain = "http://mall4j-admin.mall4j.com/api"; //统一接口域名,正式环境
// var wsDomain = "http://mall4j-admin.mall4j.com/api"; //统一接口域名,正式环境
// #endif

// #ifndef MP
// var domain = "https://h5.gz-yami.com/api"; //统一接口域名,正式环境
// var wsDomain = "https://h5.gz-yami.com/api"; //统一接口域名,正式环境
// var domain = "https://h5.mall4j.com/api"; //统一接口域名,正式环境
// var wsDomain = "https://h5.mall4j.com/api"; //统一接口域名,正式环境
// #endif

var mpAppId = 'wx42bbe857570c5b40'
// 临时
var domain = "http://192.168.1.90:8989/api"; //统一接口域名,测试环境
var wsDomain = "ws://192.168.1.90:8989/api"; //统一接口域名,测试环境

// var picDomain = "http://img-test.gz-yami.com/"; //图片域名
// var picDomain = "https://img.mall4j.com/"; //图片域名

exports.domain = domain;
// exports.picDomain = picDomain;
exports.wsDomain = wsDomain;
exports.mpAppId = mpAppId;
exports.mpAppId = mpAppId;
4 changes: 2 additions & 2 deletions mall4v/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ vue中后台:https://gitee.com/gz-yami/mall4v

**由于我们并不希望小程序的数据被弄混乱,我们弄了两个数据库。因此,您修改了后台的商品信息,小程序并不能看到!**

后台:<http://mall4j-admin.gz-yami.com> 账号:admin/123456
后台:<http://mall4j-admin.mall4j.com> 账号:admin/123456

小程序:1. 扫描二维码

Expand Down Expand Up @@ -84,6 +84,6 @@ npm run build

![QQ群](https://gitee.com/gz-yami/mall4j/raw/master/screenshot/qqGroup.png)

- 论坛:<http://bbs.gz-yami.com>
- 论坛:<http://bbs.mall4j.com>

- 商务邮箱:[email protected]

0 comments on commit 86271c9

Please sign in to comment.