fix: 统一mealSurplus接口为8081端口HTTPS,移除外部字体依赖
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
+6
-6
@@ -5,12 +5,12 @@
|
||||
</template>
|
||||
|
||||
<style lang="less">
|
||||
@font-face {
|
||||
font-family: "PingFang";
|
||||
src: url("@/assets/fonts/PingFang.ttf") format("opentype");
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
}
|
||||
//@font-face {
|
||||
// font-family: "PingFang";
|
||||
// src: url("@/assets/fonts/PingFang.ttf") format("opentype");
|
||||
// font-weight: 500;
|
||||
// font-style: normal;
|
||||
//}
|
||||
|
||||
* {
|
||||
border: 0;
|
||||
|
||||
@@ -129,7 +129,7 @@ export default {
|
||||
var params = {};
|
||||
var _this = this;
|
||||
|
||||
httpRequest("GET", "http://dev.yixiong-tech.com:8087/nutrition/neglect/large-screen/kitchen", params, {
|
||||
httpRequest("GET", "https://dev.yixiong-tech.com:8081/nutrition/neglect/large-screen/kitchen", params, {
|
||||
"X-DEVICE-CODE": "XIAOMI-00999",
|
||||
"authorization": "57ee87183f2a4fa59683ec9ef41c8f5d"
|
||||
}).then(function(res) {
|
||||
|
||||
Reference in New Issue
Block a user