正式环境打包,上传一次dist
This commit is contained in:
parent
980428ac1d
commit
aae8438289
|
@ -9,7 +9,7 @@ lerna-debug.log*
|
||||||
|
|
||||||
node_modules
|
node_modules
|
||||||
.DS_Store
|
.DS_Store
|
||||||
dist
|
# dist
|
||||||
*.local
|
*.local
|
||||||
|
|
||||||
# Editor directories and files
|
# Editor directories and files
|
||||||
|
|
|
@ -9,8 +9,8 @@ const config = {
|
||||||
// pagesInclude: ['jlgh/coupon.vue', 'jlgh/redeem.vue'],
|
// pagesInclude: ['jlgh/coupon.vue', 'jlgh/redeem.vue'],
|
||||||
// pagesInclude: ['jlgh/index.vue'],
|
// pagesInclude: ['jlgh/index.vue'],
|
||||||
// pagesInclude: ['jlgh/login.vue'],
|
// pagesInclude: ['jlgh/login.vue'],
|
||||||
pagesInclude: ['jlgh/orderDetail.vue'],
|
// pagesInclude: ['jlgh/orderDetail.vue'],
|
||||||
// pagesInclude: ['index'],
|
pagesInclude: ['index'],
|
||||||
}
|
}
|
||||||
|
|
||||||
const { pages, pagesInclude } = config
|
const { pages, pagesInclude } = config
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,5 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html build-date="2024-08-26 13:38:39">
|
<html build-date="2024-08-27 10:09:18">
|
||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" href="./assets/uni.ad4bcb33.css">
|
<link rel="stylesheet" href="./assets/uni.ad4bcb33.css">
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
<title>场景营销</title>
|
<title>场景营销</title>
|
||||||
<!--preload-links-->
|
<!--preload-links-->
|
||||||
<!--app-context-->
|
<!--app-context-->
|
||||||
<script type="module" crossorigin src="./assets/index-ChsP0NUI.js"></script>
|
<script type="module" crossorigin src="./assets/index-GrA_01dm.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="./assets/index-DqQ4aJDv.css">
|
<link rel="stylesheet" crossorigin href="./assets/index-DqQ4aJDv.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
|
@ -7,12 +7,12 @@ VITE_SHOW_SOURCEMAP = false
|
||||||
|
|
||||||
# VITE_APP_PUBLIC_BASE = ./
|
# VITE_APP_PUBLIC_BASE = ./
|
||||||
# 测试线上
|
# 测试线上
|
||||||
VITE_SERVER_BASEURL = 'https://gateway.dev.cdlsxd.cn'
|
# VITE_SERVER_BASEURL = 'https://gateway.dev.cdlsxd.cn'
|
||||||
# 正式环境
|
# 正式环境
|
||||||
# VITE_SERVER_BASEURL = 'https://scens.h5.86698.cn'
|
VITE_SERVER_BASEURL = 'https://scens.h5.86698.cn'
|
||||||
|
|
||||||
# VITE_APP_PROXY = true
|
# VITE_APP_PROXY = true
|
||||||
# 测试线上
|
# 测试线上
|
||||||
VITE_APP_PROXY_PREFIX = 'https://gateway.dev.cdlsxd.cn'
|
# VITE_APP_PROXY_PREFIX = 'https://gateway.dev.cdlsxd.cn'
|
||||||
# 正式环境
|
# 正式环境
|
||||||
# VITE_APP_PROXY_PREFIX = 'https://scens.h5.86698.cn'
|
VITE_APP_PROXY_PREFIX = 'https://scens.h5.86698.cn'
|
||||||
|
|
|
@ -16,12 +16,11 @@
|
||||||
},
|
},
|
||||||
"pages": [
|
"pages": [
|
||||||
{
|
{
|
||||||
"path": "pages/jlgh/orderDetail",
|
"path": "pages/index/index",
|
||||||
"type": "home",
|
"type": "home",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationStyle": "custom",
|
"navigationStyle": "custom",
|
||||||
"navigationBarTitleText": "订单详情",
|
"navigationBarTitleText": "首页"
|
||||||
"navigationBarBackgroundColor": "#FFF"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
// Generated by vite-plugin-uni-pages
|
// Generated by vite-plugin-uni-pages
|
||||||
|
|
||||||
interface NavigateToOptions {
|
interface NavigateToOptions {
|
||||||
url: "/pages/jlgh/orderDetail";
|
url: "/pages/index/index";
|
||||||
}
|
}
|
||||||
interface RedirectToOptions extends NavigateToOptions {}
|
interface RedirectToOptions extends NavigateToOptions {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue