18 lines
493 B
TypeScript
18 lines
493 B
TypeScript
export default defineAppConfig({
|
|
pages: ["pages/index/index", "pages/contact/index", "pages/login/index"],
|
|
plugins: {
|
|
contactPlugin: {
|
|
version: "1.4.3",
|
|
provider: "wx104a1a20c3f81ec2",
|
|
},
|
|
},
|
|
window: {
|
|
navigationBarTitleText: "万趣,贵州小团旅行专家!",
|
|
navigationBarBackgroundColor: "#fbfaf5",
|
|
navigationBarTextStyle: "black",
|
|
backgroundColor: "#fbfaf5",
|
|
backgroundColorContent: "#fbfaf5",
|
|
backgroundTextStyle: "light",
|
|
},
|
|
});
|