Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
meihua-island-book
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2023-12-21 17:20:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6824e659fd567f7ef3606aea1d2fd63fe4e3012c
6824e659
1 parent
a3991f9b
fix
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
8 deletions
src/pages/detail/index.vue
src/utils/config.js
src/utils/request.js
src/pages/detail/index.vue
View file @
6824e65
<!--
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-12-21 16:
28:56
* @LastEditTime: 2023-12-21 16:
49:40
* @FilePath: /meihuaApp/src/pages/detail/index.vue
* @Description: 房间详情页面
-->
...
...
@@ -146,7 +146,7 @@ const page = ref(1);
const goToConfirm = () => {
// TODO: 需要查询个人信息是否留了手机号码
let tel = '';
let tel = '
123
';
if (tel) {
Taro.navigateTo({
url: `/pages/confirm/index?id=123&start_date=${start_date.value}&end_date=${end_date.value}&between_date=${between_date.value}&start_date_week=${start_date_week.value}&end_date_week=${end_date_week.value}`,
...
...
src/utils/config.js
View file @
6824e65
/*
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 202
2-11-17 08:27:16
* @FilePath: /
swx
/src/utils/config.js
* @LastEditTime: 202
3-12-21 17:16:34
* @FilePath: /
meihuaApp
/src/utils/config.js
* @Description: 文件描述
*/
// TAG:服务器环境配置
// const BASE_URL = "http://wenxuan
.onwall.cn"; // 测试服务器
const
BASE_URL
=
"https://oa.onwall.cn"
;
// 正式服务器
const
BASE_URL
=
"http://oa-dev
.onwall.cn"
;
// 测试服务器
//
const BASE_URL = "https://oa.onwall.cn"; // 正式服务器
export
default
BASE_URL
...
...
src/utils/request.js
View file @
6824e65
/*
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-12-
14 18:03:43
* @LastEditTime: 2023-12-
21 17:17:10
* @FilePath: /meihuaApp/src/utils/request.js
* @Description: 简单axios封装,后续按实际处理
*/
...
...
@@ -24,7 +24,8 @@ const service = axios.create({
})
service
.
defaults
.
params
=
{
f
:
'swx'
,
f
:
'room'
,
a
:
'room_order'
,
};
// request interceptor
...
...
Please
register
or
login
to post a comment